Home
last modified time | relevance | path

Searched refs:GetPhysDevs (Results 1 – 6 of 6) sorted by relevance

/third_party/vulkan-loader/tests/live_verification/
Ddynamic_rendering_get_proc_addr.cpp40 auto phys_devs = inst.GetPhysDevs(); in main()
/third_party/vulkan-loader/tests/framework/
Dtest_environment.h142 …std::vector<VkPhysicalDevice> GetPhysDevs(VkResult result_to_check = VK_SUCCESS); // query all ph…
143 std::vector<VkPhysicalDevice> GetPhysDevs(uint32_t phys_dev_count,
Dtest_environment.cpp59 std::vector<VkPhysicalDevice> InstWrapper::GetPhysDevs(uint32_t phys_dev_count, VkResult result_to_… in GetPhysDevs() function in InstWrapper
68 std::vector<VkPhysicalDevice> InstWrapper::GetPhysDevs(VkResult result_to_check) { in GetPhysDevs() function in InstWrapper
/third_party/vulkan-loader/tests/
Dloader_unknown_ext_tests.cpp393 auto phys_devs = inst.GetPhysDevs(2); in TEST()
439 auto phys_devs = inst.GetPhysDevs(2); in TEST()
518 auto phys_devs = inst.GetPhysDevs(2); in TEST()
Dloader_regression_tests.cpp983 auto phys_devs = inst.GetPhysDevs(100); in TEST()
1004 auto phys_devs = inst.GetPhysDevs(100); in TEST()
3371 auto phys_devs = inst.GetPhysDevs(2); in TEST()
Dloader_phys_dev_inst_ext_tests.cpp5289 auto physical_devices = inst.GetPhysDevs(expected_device_count); in TEST()
5338 auto physical_devices = inst.GetPhysDevs(expected_device_count); in TEST()