Searched refs:physical_devs (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_physical_device.c1152 find_physical_device(struct vn_physical_device *physical_devs, argument
1157 if (physical_devs[i].base.id == id)
1158 return &physical_devs[i];
1166 struct vn_physical_device *physical_devs,
1219 * physical_devs and discard unsupported ones
1230 physical_devs, physical_dev_count, temp_obj->id);
1264 struct vn_physical_device *physical_devs = NULL; local in function:enumerate_physical_devices
1274 physical_devs =
1275 vk_zalloc(alloc, sizeof(*physical_devs) * count, VN_DEFAULT_ALIGN,
1277 if (!physical_devs)
1164 vn_instance_enumerate_physical_device_groups_locked(struct vn_instance * instance,struct vn_physical_device * physical_devs,uint32_t physical_dev_count) argument
1327 filter_physical_devices(struct vn_physical_device * physical_devs,uint32_t count) argument
1354 struct vn_physical_device *physical_devs = NULL; local in function:vn_instance_enumerate_physical_devices_and_groups
[all...]

Completed in 3 milliseconds