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:
Lukasz Jobczyk
2022-04-28 10:33:22 +00:00
committed by Compute-Runtime-Automation
parent 6ac6006217
commit 72f6ef7d2b
3 changed files with 42 additions and 1 deletions

View File

@@ -331,6 +331,9 @@ class CommandStreamReceiver {
}
uint32_t getCompletionValue(const GraphicsAllocation &gfxAllocation);
DispatchMode getDispatchMode() const {
return this->dispatchMode;
}
protected:
void cleanupResources();