Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c1290 uint32_t supported_count = 0; in vn_instance_enumerate_physical_device_groups_locked() local
1311 if (supported_count < i) in vn_instance_enumerate_physical_device_groups_locked()
1312 groups[supported_count] = *group; in vn_instance_enumerate_physical_device_groups_locked()
1313 supported_count++; in vn_instance_enumerate_physical_device_groups_locked()
1316 count = supported_count; in vn_instance_enumerate_physical_device_groups_locked()
1399 uint32_t supported_count = 0; in filter_physical_devices() local
1411 if (supported_count < i) in filter_physical_devices()
1412 physical_devs[supported_count] = *physical_dev; in filter_physical_devices()
1413 supported_count++; in filter_physical_devices()
1416 return supported_count; in filter_physical_devices()
[all...]

Completed in 5 milliseconds