Lines Matching defs:cur_icd_2
3266 auto& cur_icd_2 = env.get_test_icd(2);
3267 cur_icd_2.set_icd_api_version(VK_API_VERSION_1_1);
3268 cur_icd_2.physical_devices.push_back({"pd4"});
3269 cur_icd_2.physical_devices.back().set_pci_bus(1);
3270 cur_icd_2.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0});
3271 FillInRandomDeviceProps(cur_icd_2.physical_devices.back().properties, VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, VK_API_VERSION_1_1,
3273 cur_icd_2.physical_devices.push_back({"pd5"});
3274 cur_icd_2.physical_devices.back().set_pci_bus(4);
3275 cur_icd_2.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0});
3276 FillInRandomDeviceProps(cur_icd_2.physical_devices.back().properties, VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, VK_API_VERSION_1_1,
3278 cur_icd_2.physical_devices.push_back({"pd6"});
3279 cur_icd_2.physical_devices.back().set_pci_bus(2);
3280 cur_icd_2.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0});
3281 FillInRandomDeviceProps(cur_icd_2.physical_devices.back().properties, VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, VK_API_VERSION_1_1,
3283 cur_icd_2.physical_device_groups.push_back({});
3284 cur_icd_2.physical_device_groups.back()
3285 .use_physical_device(cur_icd_2.physical_devices[1])
3286 .use_physical_device(cur_icd_2.physical_devices[2]);
3287 cur_icd_2.physical_device_groups.push_back({cur_icd_2.physical_devices[0]});
3455 auto& cur_icd_2 = env.get_test_icd(2);
3456 cur_icd_2.set_icd_api_version(VK_API_VERSION_1_1);
3457 cur_icd_2.physical_devices.push_back({"pd4"});
3458 cur_icd_2.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0});
3459 FillInRandomDeviceProps(cur_icd_2.physical_devices.back().properties, VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, VK_API_VERSION_1_1,
3461 cur_icd_2.physical_devices.push_back({"pd5"});
3462 cur_icd_2.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0});
3463 FillInRandomDeviceProps(cur_icd_2.physical_devices.back().properties, VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, VK_API_VERSION_1_1,
3465 cur_icd_2.physical_devices.push_back({"pd6"});
3466 cur_icd_2.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0});
3467 FillInRandomDeviceProps(cur_icd_2.physical_devices.back().properties, VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, VK_API_VERSION_1_1,
3469 cur_icd_2.physical_device_groups.push_back({});
3470 cur_icd_2.physical_device_groups.back()
3471 .use_physical_device(cur_icd_2.physical_devices[1])
3472 .use_physical_device(cur_icd_2.physical_devices[2]);
3473 cur_icd_2.physical_device_groups.push_back({cur_icd_2.physical_devices[0]});