Searched refs:GetPhysDevs (Results 1 – 6 of 6) sorted by relevance
40 auto phys_devs = inst.GetPhysDevs(); in main()
142 …std::vector<VkPhysicalDevice> GetPhysDevs(VkResult result_to_check = VK_SUCCESS); // query all ph…143 std::vector<VkPhysicalDevice> GetPhysDevs(uint32_t phys_dev_count,
59 std::vector<VkPhysicalDevice> InstWrapper::GetPhysDevs(uint32_t phys_dev_count, VkResult result_to_… in GetPhysDevs() function in InstWrapper68 std::vector<VkPhysicalDevice> InstWrapper::GetPhysDevs(VkResult result_to_check) { in GetPhysDevs() function in InstWrapper
393 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()
983 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()
5289 auto physical_devices = inst.GetPhysDevs(expected_device_count); in TEST()5338 auto physical_devices = inst.GetPhysDevs(expected_device_count); in TEST()