mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
feature: apply or set additional blit properties
Modified appendMemoryCopyBlitRegion, appendCopyImageBlit, appendMemoryCopyRegion, and appendBlitFill in CommmandListCoreFamily to change behavior when useAdditionaBlitProperties is used. Modified dispatchBlitMemoryFill and dispatchBlitCommandForImageRegion in BlitCommandHelper to call applyAdditionalProperties when useAdditionalProperties is enabled. Related-To: NEO-13003 Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@intel.com> Signed-off-by: Young Jin Yoon <young.jin.yoon@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d590172b65
commit
415fe245d7
@@ -70,8 +70,8 @@ struct EncodePostSyncArgs {
|
||||
bool requiresSystemMemoryFence() const {
|
||||
return (isHostScopeSignalEvent && isUsingSystemAllocation && this->device->getProductHelper().isGlobalFenceInPostSyncRequired(this->device->getHardwareInfo()));
|
||||
}
|
||||
bool isValidEvent() const {
|
||||
return (eventAddress != 0) || (isCounterBasedEvent && !isTimestampEvent);
|
||||
bool isRegularEvent() const {
|
||||
return (eventAddress != 0) && (inOrderExecInfo == nullptr);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user