Home
last modified time | relevance | path

Searched refs:cur_icd_2 (Results 1 - 1 of 1) sorted by relevance

/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp3266 auto& cur_icd_2 = env.get_test_icd(2); in TEST() local
3267 cur_icd_2.set_icd_api_version(VK_API_VERSION_1_1); in TEST()
3268 cur_icd_2.physical_devices.push_back({"pd4"}); in TEST()
3269 cur_icd_2.physical_devices.back().set_pci_bus(1); in TEST()
3270 cur_icd_2.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0}); in TEST()
3271 FillInRandomDeviceProps(cur_icd_2.physical_devices.back().properties, VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, VK_API_VERSION_1_1, in TEST()
3273 cur_icd_2.physical_devices.push_back({"pd5"}); in TEST()
3274 cur_icd_2.physical_devices.back().set_pci_bus(4); in TEST()
3275 cur_icd_2.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0}); in TEST()
3276 FillInRandomDeviceProps(cur_icd_2 in TEST()
3455 auto& cur_icd_2 = env.get_test_icd(2); TEST() local
[all...]

Completed in 6 milliseconds