fix: patch counter values with additional blit properties

Modified BlitCommandsHelper and CommandListHw to patch counter values
when using additional blit properties and in order command list is
enabled.

Related-To: NEO-13003

Signed-off-by: Young Jin Yoon <young.jin.yoon@intel.com>
This commit is contained in:
Young Jin Yoon
2025-05-09 07:04:35 +00:00
committed by Compute-Runtime-Automation
parent 27ca91419f
commit 5221b5b00e
20 changed files with 528 additions and 64 deletions

View File

@@ -173,5 +173,6 @@ bool EncodeEnableRayTracing<Family>::is48bResourceNeededForRayTracing() {
namespace NEO {
template void InOrderPatchCommandHelpers::PatchCmd<Family>::patchComputeWalker(uint64_t appendCounterValue);
template void InOrderPatchCommandHelpers::PatchCmd<Family>::patchBlitterCommand(uint64_t appendCounterValue, InOrderPatchCommandHelpers::PatchCmdType patchCmdType);
template struct EncodeDispatchKernelWithHeap<Family>;
} // namespace NEO