Lines Matching defs:cur_icd_1

2599     auto& cur_icd_1 = env.get_test_icd(1);
2600 cur_icd_1.set_icd_api_version(VK_API_VERSION_1_1);
2601 cur_icd_1.physical_devices.push_back({"pd4"});
2602 cur_icd_1.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0});
2603 FillInRandomDeviceProps(cur_icd_1.physical_devices.back().properties, VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, VK_API_VERSION_1_1,
2605 cur_icd_1.physical_devices.push_back({"pd5"});
2606 cur_icd_1.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0});
2607 FillInRandomDeviceProps(cur_icd_1.physical_devices.back().properties, VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, VK_API_VERSION_1_1,
2609 cur_icd_1.physical_devices.push_back({"pd6"});
2610 cur_icd_1.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0});
2611 FillInRandomDeviceProps(cur_icd_1.physical_devices.back().properties, VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, VK_API_VERSION_1_1,
2613 cur_icd_1.physical_device_groups.push_back({});
2614 cur_icd_1.physical_device_groups.back()
2615 .use_physical_device(cur_icd_1.physical_devices[1])
2616 .use_physical_device(cur_icd_1.physical_devices[2]);
2617 cur_icd_1.physical_device_groups.push_back({cur_icd_1.physical_devices[0]});
3257 auto& cur_icd_1 = env.get_test_icd(1);
3258 cur_icd_1.set_icd_api_version(VK_API_VERSION_1_1);
3259 cur_icd_1.physical_devices.push_back({"pd3"});
3260 cur_icd_1.physical_devices.back().set_pci_bus(0);
3261 cur_icd_1.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0});
3262 FillInRandomDeviceProps(cur_icd_1.physical_devices.back().properties, VK_PHYSICAL_DEVICE_TYPE_CPU, VK_API_VERSION_1_1, 1,
3447 auto& cur_icd_1 = env.get_test_icd(1);
3448 cur_icd_1.set_icd_api_version(VK_API_VERSION_1_1);
3449 cur_icd_1.physical_devices.push_back({"pd3"});
3450 cur_icd_1.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0});
3451 FillInRandomDeviceProps(cur_icd_1.physical_devices.back().properties, VK_PHYSICAL_DEVICE_TYPE_CPU, VK_API_VERSION_1_1, 1,