Revert "feature: Append recorded commandlist into immediate (8/N)"

This reverts commit d8d7419aee.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2024-12-20 03:11:45 +01:00
committed by Compute-Runtime-Automation
parent 630cbe8e41
commit f35d620e06
14 changed files with 94 additions and 283 deletions

View File

@@ -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();