mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Revert "feature: Append recorded commandlist into immediate (8/N)"
This reverts commit 9db77efd03.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f06fb6b6e8
commit
b3807e7a36
@@ -89,8 +89,6 @@ class CommandContainer : public NonCopyableOrMovableClass {
|
||||
|
||||
LinearStream *getCommandStream() { return commandStream.get(); }
|
||||
|
||||
bool usingSecondaryCmdbufInHostMem() { return useSecondaryCommandStream; }
|
||||
|
||||
IndirectHeap *getIndirectHeap(HeapType heapType);
|
||||
|
||||
HeapHelper *getHeapHelper() { return heapHelper.get(); }
|
||||
@@ -121,7 +119,7 @@ class CommandContainer : public NonCopyableOrMovableClass {
|
||||
GraphicsAllocation *obtainNextCommandBufferAllocation();
|
||||
GraphicsAllocation *obtainNextCommandBufferAllocation(bool forceHostMemory);
|
||||
|
||||
MOCKABLE_VIRTUAL bool swapStreams();
|
||||
bool swapStreams();
|
||||
|
||||
void reset();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user