Searched refs:icd_phys_devs_array_count (Results 1 - 1 of 1) sorted by relevance
/third_party/vulkan-loader/loader/ |
H A D | loader_windows.c | 797 LUID luid, uint32_t *icd_phys_devs_array_count, in enumerate_adapter_physical_devices() 814 struct loader_icd_physical_devices *next_icd_phys_devs = &icd_phys_devs_array[*icd_phys_devs_array_count]; in enumerate_adapter_physical_devices() 843 for (uint32_t j = 0; j < *icd_phys_devs_array_count; j++) { in enumerate_adapter_physical_devices() 862 (*icd_phys_devs_array_count)++; in enumerate_adapter_physical_devices() 872 void sort_physical_devices_with_same_luid(struct loader_instance *inst, uint32_t icd_phys_devs_array_count, in sort_physical_devices_with_same_luid() argument 876 for (uint32_t i = 0; icd_phys_devs_array_count > 1 && i < icd_phys_devs_array_count - 1; i++) { in sort_physical_devices_with_same_luid() 877 for (uint32_t j = i + 1; j < icd_phys_devs_array_count; j++) { in sort_physical_devices_with_same_luid() 926 VkResult windows_read_sorted_physical_devices(struct loader_instance *inst, uint32_t *icd_phys_devs_array_count, in windows_read_sorted_physical_devices() argument 976 (*icd_phys_devs_array)[*icd_phys_devs_array_count] in windows_read_sorted_physical_devices() 796 enumerate_adapter_physical_devices(struct loader_instance *inst, struct loader_icd_term *icd_term, uint32_t icd_idx, LUID luid, uint32_t *icd_phys_devs_array_count, struct loader_icd_physical_devices *icd_phys_devs_array) enumerate_adapter_physical_devices() argument [all...] |
Completed in 3 milliseconds