Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/icd/
H A Dtest_icd.cpp427 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 Dtest_icd.h142 PhysicalDevice& GetPhysDevice(VkPhysicalDevice physicalDevice) { in GetPhysDevice() function

Completed in 2 milliseconds