Searched refs:sorted_array (Results 1 – 1 of 1) sorted by relevance
837 struct loader_phys_dev_per_icd *sorted_array = *sorted_devices; in windows_read_sorted_physical_devices() local838 sorted_array[*sorted_devices_count].device_count = 0; in windows_read_sorted_physical_devices()839 sorted_array[*sorted_devices_count].physical_devices = NULL; in windows_read_sorted_physical_devices()865 sorted_array[*sorted_devices_count].physical_devices = in windows_read_sorted_physical_devices()866 … loader_instance_heap_realloc(inst, sorted_array[*sorted_devices_count].physical_devices, in windows_read_sorted_physical_devices()867 … sorted_array[*sorted_devices_count].device_count * sizeof(VkPhysicalDevice), in windows_read_sorted_physical_devices()869 if (sorted_array[*sorted_devices_count].physical_devices == NULL) { in windows_read_sorted_physical_devices()873 sorted_array[*sorted_devices_count].device_count = count; in windows_read_sorted_physical_devices()876 … sorted_array[*sorted_devices_count].physical_devices)) == VK_INCOMPLETE); in windows_read_sorted_physical_devices()880 … loader_instance_heap_free(inst, sorted_array[*sorted_devices_count].physical_devices); in windows_read_sorted_physical_devices()[all …]