Home | History | Annotate | Download | only in loader

Lines Matching refs:new_idx

1034     for (uint32_t new_idx = 0; new_idx < total_count; new_idx++) {
1037 if (local_phys_dev_groups[new_idx].physicalDeviceCount == inst->phys_dev_groups_tramp[old_idx]->physicalDeviceCount) {
1041 for (uint32_t new_gpu = 0; new_gpu < local_phys_dev_groups[new_idx].physicalDeviceCount; new_gpu++) {
1042 if (local_phys_dev_groups[new_idx].physicalDevices[new_gpu] == inst->phys_dev_groups_tramp[old_idx]->physicalDevices[old_gpu]) {
1056 new_phys_dev_groups[new_idx] = inst->phys_dev_groups_tramp[old_idx];
1063 if (NULL == new_phys_dev_groups[new_idx]) {
1064 new_phys_dev_groups[new_idx] = (VkPhysicalDeviceGroupPropertiesKHX *)loader_instance_heap_alloc(
1066 if (NULL == new_phys_dev_groups[new_idx]) {
1070 new_idx);
1071 total_count = new_idx;
1075 memcpy(new_phys_dev_groups[new_idx], &local_phys_dev_groups[new_idx],
1264 for (uint32_t new_idx = 0; new_idx < total_count; new_idx++) {
1267 if (local_phys_dev_groups[new_idx].physicalDeviceCount == inst->phys_dev_groups_term[old_idx]->physicalDeviceCount) {
1271 for (uint32_t new_gpu = 0; new_gpu < local_phys_dev_groups[new_idx].physicalDeviceCount; new_gpu++) {
1272 if (local_phys_dev_groups[new_idx].physicalDevices[new_gpu] == inst->phys_dev_groups_term[old_idx]->physicalDevices[old_gpu]) {
1286 new_phys_dev_groups[new_idx] = inst->phys_dev_groups_term[old_idx];
1293 if (NULL == new_phys_dev_groups[new_idx]) {
1294 new_phys_dev_groups[new_idx] = (VkPhysicalDeviceGroupPropertiesKHX *)loader_instance_heap_alloc(
1296 if (NULL == new_phys_dev_groups[new_idx]) {
1300 new_idx);
1301 total_count = new_idx;
1305 memcpy(new_phys_dev_groups[new_idx], &local_phys_dev_groups[new_idx],