Searched refs:GetPhysDevice (Results 1 - 2 of 2) sorted by relevance
/third_party/vulkan-loader/tests/framework/icd/ |
H A D | test_icd.cpp | 427 auto& phys_dev = icd.GetPhysDevice(physicalDevice); 439 auto& phys_dev = icd.GetPhysDevice(physicalDevice); 742 *pSupported = icd.GetPhysDevice(physicalDevice).queue_family_properties.at(queueFamilyIndex).support_present; 757 *pSurfaceCapabilities = icd.GetPhysDevice(physicalDevice).surface_capabilities; 772 FillCountPtr(icd.GetPhysDevice(physicalDevice).surface_formats, pSurfaceFormatCount, pSurfaceFormats); 786 FillCountPtr(icd.GetPhysDevice(physicalDevice).surface_present_modes, pPresentModeCount, pPresentModes); 794 FillCountPtr(icd.GetPhysDevice(physicalDevice).display_properties, pPropertyCount, pProperties); 800 FillCountPtr(icd.GetPhysDevice(physicalDevice).display_plane_properties, pPropertyCount, pProperties); 806 FillCountPtr(icd.GetPhysDevice(physicalDevice).displays, pDisplayCount, pDisplays); 812 FillCountPtr(icd.GetPhysDevice(physicalDevic [all...] |
H A D | test_icd.h | 142 PhysicalDevice& GetPhysDevice(VkPhysicalDevice physicalDevice) { in GetPhysDevice() function
|
Completed in 4 milliseconds