Home
last modified time | relevance | path

Searched defs:rootDevice (Results 1 – 23 of 23) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device/
H A Dsub_device.cpp16 …:SubDevice(ExecutionEnvironment *executionEnvironment, uint32_t subDeviceIndex, Device &rootDevice) in SubDevice()
23 …ecutionEnvironment *executionEnvironment, uint32_t subDeviceIndex, Device &rootDevice, aub_stream:… in SubDevice()
H A Dsub_device.h28 RootDevice &rootDevice; variable
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/test/unit_tests/sources/metrics/windows/
H A Dtest_metric_enumeration_windows.cpp27 …auto &rootDevice = neoDevice->getExecutionEnvironment()->rootDeviceEnvironments[device->getRootDev… in TEST_F() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Denqueue_with_walker_partition_tests.cpp39 std::unique_ptr<MockClDevice> rootDevice; member
H A Dsync_buffer_handler_tests.cpp213 MockDevice rootDevice; in TEST() local
H A Dget_command_queue_info_tests.cpp227 auto rootDevice = platform()->getClDevice(0); in HWCMDTEST_F() local
H A Dcommand_queue_tests.cpp2280 auto rootDevice = platform()->getClDevice(0); in TEST_F() local
2303 auto rootDevice = platform()->getClDevice(0); in TEST_F() local
2317 auto rootDevice = static_cast<RootDevice *>(&rootClDevice->getDevice()); in TEST_F() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/
H A Dos_context.h67 const bool rootDevice = false; variable
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-nat/
H A Dupnp.go224 rootDevice *goupnp.RootDevice member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/api/
H A Dcl_api_tests.h36 …auto rootDevice = MockDevice::createWithExecutionEnvironment<MockDevice>(defaultHwInfo.get(), exec… in SetUp() local
/dports/net/rclone/rclone-1.57.0/vendor/github.com/anacrolix/dms/ssdp/
H A Dssdp.go22 rootDevice = "upnp:rootdevice" const
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/device/
H A Dsub_device_tests.cpp271 auto rootDevice = deviceFactory.rootDevices[0]; in TEST() local
291 auto rootDevice = deviceFactory.rootDevices[0]; in TEST() local
314 …auto rootDevice = std::unique_ptr<MyRootDevice>(Device::create<MyRootDevice>(executionEnvironment,… in TEST() local
415 MockDevice *rootDevice = nullptr; member
H A Ddevice_caps_tests.cpp584 …auto rootDevice = std::make_unique<MockClDevice>(MockDevice::createWithNewExecutionEnvironment<Moc… in TEST_F() local
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DUPnPBase.cpp787 IXML_Element *rootDevice,
1209 IXML_Element *rootDevice = IXML::Element::GetFirstChildByTag(root, "device"); local
1582 IXML_Element *rootDevice, const std::string &urlBase,
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/metrics/
H A Dmetric.cpp217 auto rootDevice = static_cast<DeviceImp *>(L0::Device::fromHandle(rootDeviceHandle)); in enableMetricApi() local
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DJarPathname.java72 URLPathname rootDevice = new URLPathname(); in createFromPathname() local
H A DPathname.java1289 URLPathname rootDevice = null; in _makePathname() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/command_stream/
H A Dcommand_stream_receiver_tests.cpp1479 MockDevice &rootDevice = *deviceFactory.rootDevices[0]; in HWTEST_F() local
1514 MockDevice &rootDevice = *deviceFactory.rootDevices[0]; in HWTEST_F() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/cmdqueue/
H A Dtest_cmdqueue_2.cpp79 auto &rootDevice = *deviceFactory.rootDevices[0]; in HWTEST_F() local
H A Dtest_cmdqueue_1.cpp1188 MockDevice *rootDevice = nullptr; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/cmdlist/
H A Dtest_cmdlist_5.cpp945 auto &rootDevice = *deviceFactory.rootDevices[0]; in TEST_F() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_stream/
H A Dcommand_stream_receiver_hw_tests_xehp_and_later.cpp831 MockDevice &rootDevice = *deviceFactory.rootDevices[0]; in HWCMDTEST_F() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/device/
H A Dtest_device.cpp95 auto rootDevice = deviceFactory->rootDevices[0]; in TEST() local