Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/CL/
DCLHelpers.cpp131 std::vector<cl::Device> platform_devices; in create_opencl_context_and_device() local
/external/crosvm/arch/src/sys/
Dunix.rs150 let mut platform_devices = Vec::new(); in generate_platform_bus() localVariable
/external/crosvm/aarch64/src/
Dlib.rs558 let platform_devices = platform_devices in build_vm() localVariable
/external/crosvm/arch/src/
Dlib.rs369 pub platform_devices: Vec<Arc<Mutex<dyn BusDevice>>>, field