Add ClearColor allocation support for blitter

Related-To: NEO-5175

Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
This commit is contained in:
Pawel Wilma
2020-11-18 23:58:42 +00:00
committed by Compute-Runtime-Automation
parent 17051459ea
commit 9bd0c69913
28 changed files with 171 additions and 33 deletions

View File

@@ -222,6 +222,8 @@ class CommandStreamReceiver {
virtual void initializeDefaultsForInternalEngine(){};
virtual GraphicsAllocation *getClearColorAllocation() = 0;
protected:
void cleanupResources();
void printDeviceIndex();
@@ -262,6 +264,7 @@ class CommandStreamReceiver {
GraphicsAllocation *preemptionAllocation = nullptr;
GraphicsAllocation *debugSurface = nullptr;
GraphicsAllocation *perDssBackedBuffer = nullptr;
GraphicsAllocation *clearColorAllocation = nullptr;
IndirectHeap *indirectHeap[IndirectHeap::NUM_TYPES];
OsContext *osContext = nullptr;