mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Add ClearColor allocation support for blitter
Related-To: NEO-5175 Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
17051459ea
commit
9bd0c69913
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user