mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Rename compression flags and helpers
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
5c266f9ab0
commit
68aea5bf62
@ -63,7 +63,7 @@ GEN12LPTEST_F(HwHelperTestGen12Lp, givenDifferentSizesOfAllocationWhenCheckingCo
|
||||
|
||||
const size_t sizesToCheck[] = {128, 256, 512, 1023, 1024, 1025};
|
||||
for (size_t size : sizesToCheck) {
|
||||
EXPECT_FALSE(helper.isBufferSizeSuitableForRenderCompression(size, *defaultHwInfo));
|
||||
EXPECT_FALSE(helper.isBufferSizeSuitableForCompression(size, *defaultHwInfo));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user