mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
feature: Append recorded commandlist into immediate (8/N)
- Add primary dispatch capability for immediate command list - turn off usage of parent linear stream for copy engine Related-To: NEO-10356 Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
cce64ae50e
commit
9db77efd03
@@ -89,6 +89,8 @@ class CommandContainer : public NonCopyableOrMovableClass {
|
||||
|
||||
LinearStream *getCommandStream() { return commandStream.get(); }
|
||||
|
||||
bool usingSecondaryCmdbufInHostMem() { return useSecondaryCommandStream; }
|
||||
|
||||
IndirectHeap *getIndirectHeap(HeapType heapType);
|
||||
|
||||
HeapHelper *getHeapHelper() { return heapHelper.get(); }
|
||||
@@ -119,7 +121,7 @@ class CommandContainer : public NonCopyableOrMovableClass {
|
||||
GraphicsAllocation *obtainNextCommandBufferAllocation();
|
||||
GraphicsAllocation *obtainNextCommandBufferAllocation(bool forceHostMemory);
|
||||
|
||||
bool swapStreams();
|
||||
MOCKABLE_VIRTUAL bool swapStreams();
|
||||
|
||||
void reset();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user