Lines Matching refs:physical_devices
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) {
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]) {
895 icd_phys_devs_array[i].icd_term->dispatch.GetPhysicalDeviceProperties(icd_phys_devs_array[i].physical_devices[k],
909 GetPhysDevProps2(icd_phys_devs_array[i].physical_devices[k], &props2);
977 (*icd_phys_devs_array)[*icd_phys_devs_array_count].physical_devices = NULL;
1028 if (icd_sorted_list->physical_devices[dev] == group_props->physicalDevices[grp_dev]) {
1066 sorted_phys_dev_array[icd].physical_devices[dev]) {