@@ -877,6 +877,8 @@ HWTEST2_F(CommandListCreate, givenImmediateCommandListWhenCopyRegionFromImageToI
877
877
const ze_command_queue_desc_t queueDesc = {};
878
878
bool internalEngine = true ;
879
879
880
+ neoDevice->getRootDeviceEnvironment ().getMutableHardwareInfo ()->capabilityTable .blitterOperationsSupported = true ;
881
+
880
882
ze_result_t returnValue;
881
883
std::unique_ptr<L0::CommandList> commandList0 (CommandList::createImmediate (productFamily,
882
884
device,
@@ -921,6 +923,7 @@ HWTEST2_F(CommandListCreate, givenImmediateCommandListWhenCopyRegionFromImageToI
921
923
const ze_command_queue_desc_t queueDesc = {};
922
924
bool internalEngine = true ;
923
925
926
+ neoDevice->getRootDeviceEnvironment ().getMutableHardwareInfo ()->capabilityTable .blitterOperationsSupported = true ;
924
927
ze_result_t returnValue;
925
928
std::unique_ptr<L0::CommandList> commandList0 (CommandList::createImmediate (productFamily,
926
929
device,
@@ -966,6 +969,7 @@ HWTEST2_F(CommandListCreate, givenImmediateCommandListWhenCopyFromImageToImageUs
966
969
const ze_command_queue_desc_t queueDesc = {};
967
970
bool internalEngine = true ;
968
971
972
+ neoDevice->getRootDeviceEnvironment ().getMutableHardwareInfo ()->capabilityTable .blitterOperationsSupported = true ;
969
973
ze_result_t returnValue;
970
974
std::unique_ptr<L0::CommandList> commandList0 (CommandList::createImmediate (productFamily,
971
975
device,
@@ -1009,6 +1013,7 @@ HWTEST2_F(CommandListCreate, givenImmediateCommandListWhenMemoryCopyRegionWithSi
1009
1013
const ze_command_queue_desc_t desc = {};
1010
1014
bool internalEngine = true ;
1011
1015
1016
+ neoDevice->getRootDeviceEnvironment ().getMutableHardwareInfo ()->capabilityTable .blitterOperationsSupported = true ;
1012
1017
ze_result_t result = ZE_RESULT_SUCCESS;
1013
1018
std::unique_ptr<L0::CommandList> commandList0 (CommandList::createImmediate (productFamily,
1014
1019
device,
0 commit comments