mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Do not submit to gpgpu during blit in immediate dispatch mode
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6ac6006217
commit
72f6ef7d2b
@@ -331,6 +331,9 @@ class CommandStreamReceiver {
|
||||
}
|
||||
|
||||
uint32_t getCompletionValue(const GraphicsAllocation &gfxAllocation);
|
||||
DispatchMode getDispatchMode() const {
|
||||
return this->dispatchMode;
|
||||
}
|
||||
|
||||
protected:
|
||||
void cleanupResources();
|
||||
|
||||
Reference in New Issue
Block a user