Home
last modified time | relevance | path

Searched refs:LinuxSortedDeviceInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/vulkan-loader/loader/
Dloader_linux.c76 struct LinuxSortedDeviceInfo *left = (struct LinuxSortedDeviceInfo *)a; in compare_devices()
77 struct LinuxSortedDeviceInfo *right = (struct LinuxSortedDeviceInfo *)b; in compare_devices()
147 struct LinuxSortedDeviceInfo *left = &grp_a->internal_device_info[0]; in compare_device_groups()
148 struct LinuxSortedDeviceInfo *right = &grp_b->internal_device_info[0]; in compare_device_groups()
208 struct LinuxSortedDeviceInfo *sorted_device_info) { in linux_env_var_default_device()
241 struct LinuxSortedDeviceInfo *sorted_device_info = loader_instance_heap_calloc( in linux_read_sorted_physical_devices()
242 … inst, phys_dev_count * sizeof(struct LinuxSortedDeviceInfo), VK_SYSTEM_ALLOCATION_SCOPE_COMMAND); in linux_read_sorted_physical_devices()
325 … qsort(sorted_device_info, phys_dev_count, sizeof(struct LinuxSortedDeviceInfo), compare_devices); in linux_read_sorted_physical_devices()
428 sizeof(struct LinuxSortedDeviceInfo), compare_devices); in linux_sort_physical_device_groups()
Dloader_common.h392 struct LinuxSortedDeviceInfo { struct
422 struct LinuxSortedDeviceInfo internal_device_info[VK_MAX_DEVICE_GROUP_SIZE]; argument