Home
last modified time | relevance | path

Searched refs:ENGINE_BCS1 (Results 1 – 13 of 13) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/helpers/
H A Dengine_node_helper_tests.cpp52 EXPECT_EQ(1u, EngineHelpers::getBcsIndex(aub_stream::ENGINE_BCS1)); in TEST()
84 …EXPECT_EQ(aub_stream::EngineType::ENGINE_BCS1, EngineHelpers::getBcsEngineType(hwInfo, deviceBitfi… in TEST()
86 …EXPECT_EQ(aub_stream::EngineType::ENGINE_BCS1, EngineHelpers::getBcsEngineType(hwInfo, deviceBitfi… in TEST()
88 …EXPECT_EQ(aub_stream::EngineType::ENGINE_BCS1, EngineHelpers::getBcsEngineType(hwInfo, deviceBitfi… in TEST()
99 …EXPECT_EQ(aub_stream::EngineType::ENGINE_BCS1, EngineHelpers::getBcsEngineType(hwInfo, deviceBitfi… in TEST()
104 …EXPECT_EQ(aub_stream::EngineType::ENGINE_BCS1, EngineHelpers::getBcsEngineType(hwInfo, deviceBitfi… in TEST()
116 …EXPECT_EQ(aub_stream::EngineType::ENGINE_BCS1, EngineHelpers::getBcsEngineType(hwInfo, deviceBitfi… in TEST()
119 EngineHelpers::releaseBcsEngineType(aub_stream::EngineType::ENGINE_BCS1, selectorCopyEngine); in TEST()
120 …EXPECT_EQ(aub_stream::EngineType::ENGINE_BCS1, EngineHelpers::getBcsEngineType(hwInfo, deviceBitfi… in TEST()
132 …EXPECT_EQ(aub_stream::EngineType::ENGINE_BCS1, EngineHelpers::getBcsEngineType(hwInfo, deviceBitfi… in TEST()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/helpers/
H A Dengine_node_helper.cpp50 case aub_stream::EngineType::ENGINE_BCS1: in engineTypeToString()
76 …return engineType == aub_stream::ENGINE_BCS || (engineType >= aub_stream::ENGINE_BCS1 && engineTyp… in isBcs()
85 … : static_cast<aub_stream::EngineType>(aub_stream::EngineType::ENGINE_BCS1 + index - 1); in getBcsEngineType()
125 return 1 + engineType - aub_stream::ENGINE_BCS1; in getBcsIndex()
138 …eturn static_cast<aub_stream::EngineType>(offset + static_cast<uint32_t>(aub_stream::ENGINE_BCS1)); in mapBcsIndexToEngineType()
147 …form.eRenderCoreFamily).isSubDeviceEngineSupported(hwInfo, deviceBitfield, aub_stream::ENGINE_BCS1) in linkCopyEnginesSupported()
148 ? aub_stream::ENGINE_BCS1 in linkCopyEnginesSupported()
156 …form.eRenderCoreFamily).isSubDeviceEngineSupported(hwInfo, deviceBitfield, aub_stream::ENGINE_BCS1) in selectLinkCopyEngine()
157 ? aub_stream::ENGINE_BCS1 in selectLinkCopyEngine()
H A Dengine_node_helper.h64 return engineType >= aub_stream::ENGINE_BCS1 && engineType <= aub_stream::ENGINE_BCS8; in isLinkBcs()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/xe_hpc_core/pvc/
H A Dengine_node_helper_tests_pvc.cpp29 …EXPECT_EQ(ENGINE_BCS1, EngineHelpers::getBcsEngineType(*pHwInfo, deviceBitfield, selectorCopyEngin… in PVCTEST_F()
31 …EXPECT_EQ(ENGINE_BCS1, EngineHelpers::getBcsEngineType(*pHwInfo, deviceBitfield, selectorCopyEngin… in PVCTEST_F()
34 …EXPECT_EQ(ENGINE_BCS1, EngineHelpers::getBcsEngineType(*pHwInfo, deviceBitfield, selectorCopyEngin… in PVCTEST_F()
35 …EXPECT_EQ(ENGINE_BCS1, EngineHelpers::getBcsEngineType(*pHwInfo, deviceBitfield, selectorCopyEngin… in PVCTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Dcommand_queue_tests_pvc_and_later.cpp39 EXPECT_EQ(nullptr, queue.getBcsCommandStreamReceiver(aub_stream::EngineType::ENGINE_BCS1)); in HWTEST2_F()
68 …EXPECT_EQ(aub_stream::EngineType::ENGINE_BCS1, queue->bcsEngines[EngineHelpers::getBcsIndex(aub_st… in HWTEST2_F()
100 …EXPECT_EQ(aub_stream::EngineType::ENGINE_BCS1, queue2->getBcsCommandStreamReceiver(aub_stream::ENG… in HWTEST2_F()
102 …EXPECT_EQ(aub_stream::EngineType::ENGINE_BCS1, queue4->getBcsCommandStreamReceiver(aub_stream::ENG… in HWTEST2_F()
404 aub_stream::ENGINE_BCS1, in HWTEST2_F()
448 aub_stream::ENGINE_BCS1, in HWTEST2_F()
457 …EXPECT_EQ(queue->getBcsCommandStreamReceiver(aub_stream::ENGINE_BCS1), &queue->selectCsrForBuiltin… in HWTEST2_F()
459 …EXPECT_EQ(queue->getBcsCommandStreamReceiver(aub_stream::ENGINE_BCS1), &queue->selectCsrForBuiltin… in HWTEST2_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/xe_hpc_core/
H A Dhw_helper_xe_hpc_core.cpp62 …engineType = static_cast<aub_stream::EngineType>((i - 1) + aub_stream::ENGINE_BCS1); // Link copy … in getGpgpuEngineInstances()
85 …if (engineType >= aub_stream::ENGINE_BCS1 && engineType < aub_stream::ENGINE_BCS1 + hwInfo.feature… in getEngineGroupType()
368 aub_stream::ENGINE_BCS1 == engineType || in isSubDeviceEngineSupported()
H A Dhw_info_pvc.cpp42 {aub_stream::ENGINE_BCS1, {true, false, true, true}},
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/third_party/aub_stream/headers/
H A Dengine_node.h23 ENGINE_BCS1, enumerator
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/helpers/
H A Dengine_node_helper_tests_xehp_and_later.cpp37 …EXPECT_EQ(static_cast<aub_stream::EngineType>(aub_stream::EngineType::ENGINE_BCS1 + i - 1), Engine… in HWTEST2_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/linux/
H A Ddrm_mapper_tests.cpp31 …const std::array<aub_stream::EngineType, 8> bcsLinkEngines = {{aub_stream::ENGINE_BCS1, aub_stream… in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/windows/
H A Dwddm_mapper_tests.cpp36 …const std::array<aub_stream::EngineType, 8> bcsLinkEngines = {{aub_stream::ENGINE_BCS1, aub_stream… in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/xe_hpc_core/
H A Daub_command_stream_receiver_2_tests_xe_hpc_core.cpp39 …for (uint32_t i = aub_stream::EngineType::ENGINE_BCS1; i <= aub_stream::EngineType::ENGINE_BCS8; i… in XE_HPC_CORETEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/xe_hpc_core/
H A Dhw_helper_tests_xe_hpc_core.cpp240 {aub_stream::ENGINE_BCS1, false, true}, in XE_HPC_CORETEST_F()
289 {aub_stream::ENGINE_BCS1, false, true}, in XE_HPC_CORETEST_F()
338 {aub_stream::ENGINE_BCS1, false, true}, in XE_HPC_CORETEST_F()
384 {aub_stream::ENGINE_BCS1, false, true}, in XE_HPC_CORETEST_F()
432 {aub_stream::ENGINE_BCS1, false, true}, in XE_HPC_CORETEST_F()
947 aub_stream::ENGINE_BCS1 == engineTypeT || in XE_HPC_CORETEST_F()