• Home
  • Raw
  • Download

Lines Matching refs:group_props

1372         std::vector<VkPhysicalDeviceGroupProperties> group_props{};  in TEST()  local
1373group_props.resize(group_count, VkPhysicalDeviceGroupProperties{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_… in TEST()
1374 …K_SUCCESS, inst->vkEnumeratePhysicalDeviceGroups(inst, &returned_group_count, group_props.data())); in TEST()
1380 for (uint32_t g_dev = 0; g_dev < group_props[group].physicalDeviceCount; ++g_dev) { in TEST()
1382 if (physical_devices[dev] == group_props[group].physicalDevices[g_dev]) { in TEST()
1393 for (auto& group : group_props) { in TEST()
1440 std::vector<VkPhysicalDeviceGroupPropertiesKHR> group_props{}; in TEST() local
1441group_props.resize(group_count, VkPhysicalDeviceGroupPropertiesKHR{VK_STRUCTURE_TYPE_PHYSICAL_DEVI… in TEST()
1442 …Q(VK_SUCCESS, vkEnumeratePhysicalDeviceGroupsKHR(inst, &returned_group_count, group_props.data())); in TEST()
1448 for (uint32_t g_dev = 0; g_dev < group_props[group].physicalDeviceCount; ++g_dev) { in TEST()
1450 if (physical_devices[dev] == group_props[group].physicalDevices[g_dev]) { in TEST()
1461 for (auto& group : group_props) { in TEST()
1508 std::vector<VkPhysicalDeviceGroupProperties> group_props{}; in TEST() local
1509group_props.resize(group_count, VkPhysicalDeviceGroupProperties{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_… in TEST()
1510 …K_SUCCESS, inst->vkEnumeratePhysicalDeviceGroups(inst, &returned_group_count, group_props.data())); in TEST()
1516 for (uint32_t g_dev = 0; g_dev < group_props[group].physicalDeviceCount; ++g_dev) { in TEST()
1518 if (physical_devices[dev] == group_props[group].physicalDevices[g_dev]) { in TEST()
1529 for (auto& group : group_props) { in TEST()
1559 std::vector<VkPhysicalDeviceGroupPropertiesKHR> group_props{}; in TEST() local
1560group_props.resize(group_count, VkPhysicalDeviceGroupPropertiesKHR{VK_STRUCTURE_TYPE_PHYSICAL_DEVI… in TEST()
1561 …Q(VK_SUCCESS, vkEnumeratePhysicalDeviceGroupsKHR(inst, &returned_group_count, group_props.data())); in TEST()
1567 for (uint32_t g_dev = 0; g_dev < group_props[group].physicalDeviceCount; ++g_dev) { in TEST()
1569 if (physical_devices[dev] == group_props[group].physicalDevices[g_dev]) { in TEST()
1580 for (auto& group : group_props) { in TEST()
1619 std::array<VkPhysicalDeviceGroupProperties, 1> group_props{}; in TEST() local
1620 group_props[0].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES; in TEST()
1621 …NCOMPLETE, inst->vkEnumeratePhysicalDeviceGroups(inst, &returned_group_count, group_props.data())); in TEST()
1635 … if (group_props[inc_group].physicalDeviceCount == group_props_2[full_group].physicalDeviceCount && in TEST()
1636group_props[inc_group].physicalDevices[0] == group_props_2[full_group].physicalDevices[0] && in TEST()
1637group_props[inc_group].physicalDevices[1] == group_props_2[full_group].physicalDevices[1]) { in TEST()
1644 for (auto& group : group_props) { in TEST()
1670 std::array<VkPhysicalDeviceGroupPropertiesKHR, 1> group_props{}; in TEST() local
1671 group_props[0].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES; in TEST()
1672 …K_INCOMPLETE, vkEnumeratePhysicalDeviceGroupsKHR(inst, &returned_group_count, group_props.data())); in TEST()
1686 … if (group_props[inc_group].physicalDeviceCount == group_props_2[full_group].physicalDeviceCount && in TEST()
1687group_props[inc_group].physicalDevices[0] == group_props_2[full_group].physicalDevices[0] && in TEST()
1688group_props[inc_group].physicalDevices[1] == group_props_2[full_group].physicalDevices[1]) { in TEST()
1695 for (auto& group : group_props) { in TEST()