mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
Refactor store register mem encoder to include partition parameter
Related-To: NEO-6811 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
76289be8c1
commit
f4407064a4
@@ -180,7 +180,7 @@ HWTEST_F(CommandEncoderMathTest, givenOffsetAndValueWhenEncodeBitwiseAndValIsCal
|
||||
constexpr uint32_t regOffset = 0x2000u;
|
||||
constexpr uint32_t immVal = 0xbaau;
|
||||
constexpr uint64_t dstAddress = 0xDEADCAF0u;
|
||||
EncodeMathMMIO<FamilyType>::encodeBitwiseAndVal(cmdContainer, regOffset, immVal, dstAddress);
|
||||
EncodeMathMMIO<FamilyType>::encodeBitwiseAndVal(cmdContainer, regOffset, immVal, dstAddress, false);
|
||||
|
||||
CmdParse<FamilyType>::parseCommandBuffer(commands,
|
||||
ptrOffset(cmdContainer.getCommandStream()->getCpuBase(), 0),
|
||||
|
||||
Reference in New Issue
Block a user