mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
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:
committed by
Compute-Runtime-Automation
parent
315bb8b5a8
commit
b5646b45e9
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user