Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp2578 auto& cur_icd_0 = env.get_test_icd(0); in TEST() local
2579 cur_icd_0.set_icd_api_version(VK_API_VERSION_1_1); in TEST()
2580 cur_icd_0.physical_devices.push_back({"pd0"}); in TEST()
2581 cur_icd_0.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0}); in TEST()
2582 FillInRandomDeviceProps(cur_icd_0.physical_devices.back().properties, VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, VK_API_VERSION_1_1, in TEST()
2584 cur_icd_0.physical_devices.push_back({"pd1"}); in TEST()
2585 cur_icd_0.physical_devices.back().extensions.push_back({VK_EXT_PCI_BUS_INFO_EXTENSION_NAME, 0}); in TEST()
2586 FillInRandomDeviceProps(cur_icd_0.physical_devices.back().properties, VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU, in TEST()
2588 cur_icd_0.physical_devices.push_back({"pd2"}); in TEST()
2589 cur_icd_0 in TEST()
3233 auto& cur_icd_0 = env.get_test_icd(0); TEST() local
3426 auto& cur_icd_0 = env.get_test_icd(0); TEST() local
[all...]

Completed in 5 milliseconds