Home
last modified time | relevance | path

Searched refs:loader_icd_physical_devices (Results 1 - 4 of 4) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dloader_windows.c798 struct loader_icd_physical_devices *icd_phys_devs_array) { 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()
873 struct loader_icd_physical_devices *icd_phys_devs_array) { in sort_physical_devices_with_same_luid()
917 struct loader_icd_physical_devices swap_icd = icd_phys_devs_array[i]; in sort_physical_devices_with_same_luid()
927 struct loader_icd_physical_devices **icd_phys_devs_array) { in windows_read_sorted_physical_devices()
939 *icd_phys_devs_array = loader_instance_heap_calloc(inst, icd_phys_devs_array_size * sizeof(struct loader_icd_physical_devices), in windows_read_sorted_physical_devices()
966 uint32_t old_size = icd_phys_devs_array_size * sizeof(struct loader_icd_physical_devices); in windows_read_sorted_physical_devices()
1024 struct loader_icd_physical_devices *icd_sorted_list) { in windows_sort_devices_in_group()
1049 struct loader_icd_physical_devices *sorted_phys_dev_array) { in windows_sort_physical_device_groups()
H A Dloader_common.h470 struct loader_icd_physical_devices { struct
H A Dloader_linux.c236 struct loader_icd_physical_devices *icd_devices, uint32_t phys_dev_count, in linux_read_sorted_physical_devices()
H A Dloader.c6172 struct loader_icd_physical_devices *dev_array, uint32_t *cur_new_phys_dev_count,
6228 struct loader_icd_physical_devices *windows_sorted_devices_array = NULL;
6230 struct loader_icd_physical_devices *icd_phys_dev_array = NULL;
6247 (struct loader_icd_physical_devices *)loader_stack_alloc(sizeof(struct loader_icd_physical_devices) * icd_count);
6255 memset(icd_phys_dev_array, 0, sizeof(struct loader_icd_physical_devices) * icd_count);
6894 struct loader_icd_physical_devices *sorted_phys_dev_array = NULL;

Completed in 13 milliseconds