Home
last modified time | relevance | path

Searched refs:supportedSurfaces (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dswapchain.h244 unordered_map<VkSurfaceKHR, SwpSurface *> supportedSurfaces; member
Dswapchain.cpp1068 pPhysicalDevice->supportedSurfaces[surface] = pSurface; in vkGetPhysicalDeviceSurfaceSupportKHR()
1307 …SwpSurface *pSurface = ((pPhysicalDevice) ? pPhysicalDevice->supportedSurfaces[pCreateInfo->surfac… in validateCreateSwapchainKHR()