Home
last modified time | relevance | path

Searched defs:DeviceFixture (Results 1 – 4 of 4) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/fixtures/
H A Ddevice_fixture.h14 struct DeviceFixture { struct
21 MockDevice *pDevice = nullptr;
22 volatile uint32_t *pTagMemory = nullptr;
23 HardwareInfo hardwareInfo = {};
24 PLATFORM platformHelper = {};
25 const uint32_t rootDeviceIndex = 0u;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/perf_tests/fixtures/
H A Ddevice_fixture.h32 struct DeviceFixture { struct
33 DeviceFixture() in DeviceFixture() function
41 NEO::Device *pDevice;
42 volatile uint32_t *pTagMemory;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/fixtures/
H A Ddevice_fixture.h30 struct DeviceFixture { struct
43 struct PageFaultDeviceFixture { argument
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Test/Fixture/
H A DDeviceFixture.php24 class DeviceFixture extends CakeTestFixture { class