mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
committed by
Compute-Runtime-Automation
parent
56d719cb8b
commit
f0fcd57d12
@@ -964,7 +964,6 @@ HWTEST_F(HwHelperTest, givenVariousDebugKeyValuesWhenGettingLocalMemoryAccessMod
|
||||
HWTEST_F(HwHelperTest, WhenIsMediaBlockIOSupportedThenReturnCorrectResult) {
|
||||
auto &helper = HwHelper::get(renderCoreFamily);
|
||||
HardwareInfo hwInfo = *defaultHwInfo;
|
||||
hwInfo.capabilityTable.blitterOperationsSupported = true;
|
||||
{
|
||||
hwInfo.capabilityTable.supportsImages = true;
|
||||
EXPECT_TRUE(helper.isMediaBlockIOSupported(hwInfo));
|
||||
|
||||
Reference in New Issue
Block a user