mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-12 00:59:38 +08:00
Move isBlitterForImagesSupported ULTs to correct files
Signed-off-by: Rafal Maziejuk <rafal.maziejuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5ec0833fa8
commit
95032bb215
@@ -110,3 +110,10 @@ XEHPTEST_F(TestXeHPHwInfoConfig, givenXEHPWhenHeapInLocalMemIsCalledThenCorrectV
|
||||
EXPECT_TRUE(hwInfoConfig.heapInLocalMem(hwInfo));
|
||||
}
|
||||
}
|
||||
|
||||
XEHPTEST_F(TestXeHPHwInfoConfig, givenXeHpCoreWhenIsBlitterForImagesSupportedIsCalledThenFalseIsReturned) {
|
||||
HardwareInfo hwInfo = *defaultHwInfo;
|
||||
const auto &hwInfoConfig = *HwInfoConfig::get(hwInfo.platform.eProductFamily);
|
||||
|
||||
EXPECT_FALSE(hwInfoConfig.isBlitterForImagesSupported());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user