refactor: change interface to pass command buffer pointer as reference

Related-To: NEO-15376

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2025-07-30 10:02:01 +00:00
committed by Compute-Runtime-Automation
parent 315bb8b5a8
commit b5646b45e9
7 changed files with 70 additions and 25 deletions

View File

@@ -815,7 +815,7 @@ void EncodeDataMemory<Family>::programFrontEndState(
template <>
void EncodeDataMemory<Family>::programFrontEndState(
void *commandBuffer,
void *&commandBuffer,
uint64_t dstGpuAddress,
const RootDeviceEnvironment &rootDeviceEnvironment,
uint32_t scratchSize,