Lines Matching defs:next_icd_phys_devs
814 struct loader_icd_physical_devices *next_icd_phys_devs = &icd_phys_devs_array[*icd_phys_devs_array_count];
818 next_icd_phys_devs->physical_devices = loader_instance_heap_realloc(
819 inst, next_icd_phys_devs->physical_devices, next_icd_phys_devs->device_count * sizeof(VkPhysicalDevice),
821 if (next_icd_phys_devs->physical_devices == NULL) {
824 next_icd_phys_devs->device_count = count;
826 next_icd_phys_devs->physical_devices)) == VK_INCOMPLETE);
829 loader_instance_heap_free(inst, next_icd_phys_devs->physical_devices);
830 next_icd_phys_devs->physical_devices = NULL;
847 if (icd_phys_devs_array[j].physical_devices[k] != next_icd_phys_devs->physical_devices[k]) {
858 next_icd_phys_devs->device_count = count;
859 next_icd_phys_devs->icd_index = icd_idx;
860 next_icd_phys_devs->icd_term = icd_term;
861 next_icd_phys_devs->windows_adapter_luid = luid;