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_phys_dev_per_icd *sorted_phys_dev_array);
|
D | loader_windows.c | 951 … struct loader_phys_dev_per_icd *sorted_phys_dev_array) { in windows_sort_physical_device_groups() argument 961 for (uint32_t dev = 0; dev < sorted_phys_dev_array[icd].device_count; ++dev) { in windows_sort_physical_device_groups() 968 sorted_phys_dev_array[icd].physical_devices[dev]) { in windows_sort_physical_device_groups() 970 …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 | 6547 struct loader_phys_dev_per_icd *sorted_phys_dev_array = NULL; in terminator_EnumeratePhysicalDeviceGroups() local 6615 res = windows_read_sorted_physical_devices(inst, &sorted_count, &sorted_phys_dev_array); in terminator_EnumeratePhysicalDeviceGroups() 6746 …sical_device_groups(inst, total_count, local_phys_dev_groups, sorted_count, sorted_phys_dev_array); in terminator_EnumeratePhysicalDeviceGroups() 6891 if (sorted_phys_dev_array != NULL) { in terminator_EnumeratePhysicalDeviceGroups() 6893 …if (sorted_phys_dev_array[i].device_count > 0 && sorted_phys_dev_array[i].physical_devices != NULL… in terminator_EnumeratePhysicalDeviceGroups() 6894 loader_instance_heap_free(inst, sorted_phys_dev_array[i].physical_devices); in terminator_EnumeratePhysicalDeviceGroups() 6897 loader_instance_heap_free(inst, sorted_phys_dev_array); in terminator_EnumeratePhysicalDeviceGroups()
|