Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp2599 auto& cur_icd_1 = env.get_test_icd(1); in TEST() local
2600 cur_icd_1.set_icd_api_version(VK_API_VERSION_1_1); in TEST()
2601 cur_icd_1.physical_devices.push_back({"pd4"}); in TEST()
2602 cur_icd_1.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0}); in TEST()
2603 FillInRandomDeviceProps(cur_icd_1.physical_devices.back().properties, VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, VK_API_VERSION_1_1, in TEST()
2605 cur_icd_1.physical_devices.push_back({"pd5"}); in TEST()
2606 cur_icd_1.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0}); in TEST()
2607 FillInRandomDeviceProps(cur_icd_1.physical_devices.back().properties, VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, VK_API_VERSION_1_1, in TEST()
2609 cur_icd_1.physical_devices.push_back({"pd6"}); in TEST()
2610 cur_icd_1 in TEST()
3257 auto& cur_icd_1 = env.get_test_icd(1); TEST() local
3447 auto& cur_icd_1 = env.get_test_icd(1); TEST() local
[all...]

Completed in 5 milliseconds