mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
fix: add missing blit property
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
41ef309ccf
commit
c5ce69cb7b
@@ -371,6 +371,7 @@ void BlitCommandsHelper<GfxFamily>::dispatchDummyBlit(LinearStream &linearStream
|
||||
appendBlitMemoryOptionsForFillBuffer(dummyAllocation, blitCmd, *rootDeviceEnvironment);
|
||||
|
||||
BlitProperties blitProperties = {};
|
||||
blitProperties.dstAllocation = dummyAllocation;
|
||||
|
||||
appendBlitFillCommand(blitProperties, blitCmd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user