Searched refs:sorted_phys_dev_array (Results 1 – 3 of 3) sorted by relevance
| /third_party/vulkan-loader/loader/ |
| D | loader_windows.h | 110 … struct loader_icd_physical_devices *sorted_phys_dev_array);
|
| D | loader_windows.c | 1049 … struct loader_icd_physical_devices *sorted_phys_dev_array) { in windows_sort_physical_device_groups() argument 1059 for (uint32_t dev = 0; dev < sorted_phys_dev_array[icd].device_count; ++dev) { in windows_sort_physical_device_groups() 1066 sorted_phys_dev_array[icd].physical_devices[dev]) { in windows_sort_physical_device_groups() 1068 …ws_sort_devices_in_group(inst, &sorted_group_term[group].group_props, &sorted_phys_dev_array[icd]); in windows_sort_physical_device_groups()
|
| D | loader.c | 6839 struct loader_icd_physical_devices *sorted_phys_dev_array = NULL; local 6908 res = windows_read_sorted_physical_devices(inst, &sorted_count, &sorted_phys_dev_array); 7039 …sical_device_groups(inst, total_count, local_phys_dev_groups, sorted_count, sorted_phys_dev_array); 7184 if (sorted_phys_dev_array != NULL) { 7186 …if (sorted_phys_dev_array[i].device_count > 0 && sorted_phys_dev_array[i].physical_devices != NULL… 7187 loader_instance_heap_free(inst, sorted_phys_dev_array[i].physical_devices); 7190 loader_instance_heap_free(inst, sorted_phys_dev_array);
|