Home
last modified time | relevance | path

Searched refs:ZES_ENGINE_TYPE_FLAG_MEDIA (Results 1 – 7 of 7) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/test/unit_tests/sources/sysman/performance/linux/
H A Dtest_zes_performance.cpp73 … Performance *pPerformance = new PerformanceImp(pOsSysman, handle, ZES_ENGINE_TYPE_FLAG_MEDIA); in TEST_F()
92 …rformance *pPerformance1 = new PerformanceImp(pOsSysman, deviceHandle, ZES_ENGINE_TYPE_FLAG_MEDIA); in TEST_F()
101 …rformance *pPerformance1 = new PerformanceImp(pOsSysman, deviceHandle, ZES_ENGINE_TYPE_FLAG_MEDIA); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/test/unit_tests/sources/sysman/scheduler/linux/
H A Dtest_zes_scheduler.cpp183 if (properties.engines == ZES_ENGINE_TYPE_FLAG_MEDIA) { in TEST_F()
216 if (properties.engines == ZES_ENGINE_TYPE_FLAG_MEDIA) { in TEST_F()
232 if (properties.engines == ZES_ENGINE_TYPE_FLAG_MEDIA) { in TEST_F()
247 if (properties.engines == ZES_ENGINE_TYPE_FLAG_MEDIA) { in TEST_F()
265 if (properties.engines == ZES_ENGINE_TYPE_FLAG_MEDIA) { in TEST_F()
282 if (properties.engines == ZES_ENGINE_TYPE_FLAG_MEDIA) { in TEST_F()
302 if (properties.engines == ZES_ENGINE_TYPE_FLAG_MEDIA) { in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/sysman/performance/
H A Dperformance.cpp35 createHandle(deviceHandle, ZES_ENGINE_TYPE_FLAG_MEDIA); in init()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/sysman/global_operations/linux/
H A Dos_global_operations_imp.cpp39 {2, ZES_ENGINE_TYPE_FLAG_MEDIA},
40 {3, ZES_ENGINE_TYPE_FLAG_MEDIA},
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/sysman/scheduler/linux/
H A Dos_scheduler_imp.cpp176 {ZES_ENGINE_TYPE_FLAG_MEDIA, "vcs"},
/dports/devel/level-zero/level-zero-1.7.4/include/
H A Dzes_api.h455 ZES_ENGINE_TYPE_FLAG_MEDIA = ZE_BIT(3), ///< Engines that process media workloads. enumerator
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/test/black_box_tests/
H A Dzello_sysman.cpp205 {ZES_ENGINE_TYPE_FLAG_MEDIA, "ZES_ENGINE_TYPE_FLAG_MEDIA"}, in getEngineFlagType()