mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
Refactor [1/n]: Make compression preference allocation property
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4461b8ea3f
commit
7b55d38e34
@@ -69,7 +69,6 @@ HWTEST2_F(ImageCreate, givenValidImageDescriptionWhenImageCreateThenImageIsCreat
|
||||
EXPECT_EQ(imageInfo.linearStorage, false);
|
||||
EXPECT_EQ(imageInfo.mipCount, 0u);
|
||||
EXPECT_EQ(imageInfo.plane, GMM_NO_PLANE);
|
||||
EXPECT_EQ(imageInfo.preferRenderCompression, false);
|
||||
EXPECT_EQ(imageInfo.useLocalMemory, false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user