Lines Matching refs:group
1268 VkPhysicalDeviceGroupProperties *group = &groups[i];
1269 group->sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES;
1270 group->pNext = NULL;
1275 group->physicalDevices[j] = (VkPhysicalDevice)temp_obj;
1292 VkPhysicalDeviceGroupProperties *group = &groups[i];
1295 for (uint32_t j = 0; j < group->physicalDeviceCount; j++) {
1297 (struct vn_physical_device_base *)group->physicalDevices[j];
1303 group->physicalDevices[group_physical_dev_count++] =
1307 group->physicalDeviceCount = group_physical_dev_count;
1308 if (!group->physicalDeviceCount)
1312 groups[supported_count] = *group;