mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Use fw declaration of IndirectHeap in CommandContainer
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
7dc89fea78
commit
f8c104feaa
@ -359,7 +359,7 @@ class CommandStreamReceiver {
|
||||
|
||||
MultiGraphicsAllocation *tagsMultiAllocation = nullptr;
|
||||
|
||||
IndirectHeap *indirectHeap[IndirectHeap::NUM_TYPES];
|
||||
IndirectHeap *indirectHeap[IndirectHeap::Type::NUM_TYPES];
|
||||
OsContext *osContext = nullptr;
|
||||
|
||||
// current taskLevel. Used for determining if a PIPE_CONTROL is needed.
|
||||
|
Reference in New Issue
Block a user