Home
last modified time | relevance | path

Searched defs:num_drm_devices (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dhw_runner.rs109 let num_drm_devices = drmGetDevices( in new() localVariable
115 let num_drm_devices: usize = num_drm_devices.try_into().unwrap(); in new() localVariable
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c943 int num_drm_devices = 0; in pvr_physical_device_enumerate() local