mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Dont return value from dispatchBlitCommands
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ddbaf82f04
commit
d4c5ee63f2
@@ -313,7 +313,8 @@ void BlitCommandsHelper<GfxFamily>::dispatchBlitCommands(const BlitProperties &b
|
||||
|
||||
if (blitProperties.blitDirection == BlitterConstants::BlitDirection::HostPtrToImage ||
|
||||
blitProperties.blitDirection == BlitterConstants::BlitDirection::ImageToHostPtr) {
|
||||
return dispatchBlitCommandsRegion(blitProperties, linearStream, rootDeviceEnvironment);
|
||||
dispatchBlitCommandsRegion(blitProperties, linearStream, rootDeviceEnvironment);
|
||||
return;
|
||||
}
|
||||
|
||||
bool preferCopyBufferRegion = isCopyRegionPreferred(blitProperties.copySize, rootDeviceEnvironment);
|
||||
|
||||
Reference in New Issue
Block a user