Home
last modified time | relevance | path

Searched defs:engineDescriptor (Results 1 – 14 of 14) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dos_context_win.cpp16 …n::create(OSInterface *osInterface, uint32_t contextId, const EngineDescriptor &engineDescriptor) { in create()
23 OsContextWin::OsContextWin(Wddm &wddm, uint32_t contextId, const EngineDescriptor &engineDescriptor) in OsContextWin()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/linux/
H A Dos_context_linux.cpp22 …x::create(OSInterface *osInterface, uint32_t contextId, const EngineDescriptor &engineDescriptor) { in create()
29 …ontextLinux::OsContextLinux(Drm &drm, uint32_t contextId, const EngineDescriptor &engineDescriptor) in OsContextLinux()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/
H A Dcreate_os_context_drm_or_wddm.cpp15 …t::create(OSInterface *osInterface, uint32_t contextId, const EngineDescriptor &engineDescriptor) { in create()
H A Dcreate_os_context_drm.cpp13 …t::create(OSInterface *osInterface, uint32_t contextId, const EngineDescriptor &engineDescriptor) { in create()
H A Dcreate_os_context_wddm.cpp13 …t::create(OSInterface *osInterface, uint32_t contextId, const EngineDescriptor &engineDescriptor) { in create()
H A Dos_context.cpp17 OsContext::OsContext(uint32_t contextId, const EngineDescriptor &engineDescriptor) in OsContext()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device/
H A Droot_device.cpp61 …EngineDescriptor engineDescriptor(EngineTypeUsage{defaultEngineType, EngineUsage::Regular}, getDev… in initializeRootCommandStreamReceiver() local
H A Ddevice.cpp344 …EngineDescriptor engineDescriptor(engineTypeUsage, getDeviceBitfield(), preemptionMode, false, cre… in createEngine() local
/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.cpp31 auto engineDescriptor = EngineDescriptorHelper::getDefaultDescriptor(); in XE_HPC_CORETEST_F() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_device.cpp33 …EngineDescriptor engineDescriptor = {EngineTypeUsage{aub_stream::ENGINE_CCS, EngineUsage::Regular}… in MockDevice() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/
H A Dos_context_tests.cpp58 auto engineDescriptor = EngineDescriptorHelper::getDefaultDescriptor(); in TEST() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dmemory_manager.cpp277 const EngineDescriptor &engineDescriptor) { in createAndRegisterOsContext()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_stream/
H A Dcommand_stream_receiver_with_aub_dump_tests.cpp155 …auto engineDescriptor = EngineDescriptorHelper::getDefaultDescriptor({getChosenEngineType(DEFAULT_… in SetUp() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/windows/
H A Dwddm_residency_controller_tests.cpp64 MockOsContextWin(Wddm &wddm, uint32_t contextId, const EngineDescriptor &engineDescriptor) in MockOsContextWin()