mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
Set flag indicating corresponding addressing mode in zebin
Set missing flag indicating corresponding addresing mode. Signed-off-by: Kacper Nowak <kacper.nowak@intel.com> Related-To: NEO-6646
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d643c587b9
commit
e32738ee4a
@@ -4476,6 +4476,7 @@ TEST(PopulateArgDescriptorCrossthreadPalyoad, GivenPointerArgWhenMemoryAddressin
|
||||
switch (addressingMode.second) {
|
||||
default:
|
||||
EXPECT_EQ(AddressingMode::MemoryAddressingModeStateful, addressingMode.second);
|
||||
EXPECT_FALSE(argAsPointer.accessedUsingStatelessAddressingMode);
|
||||
break;
|
||||
case AddressingMode::MemoryAddressingModeStateless:
|
||||
EXPECT_EQ(16, argAsPointer.stateless);
|
||||
|
||||
Reference in New Issue
Block a user