Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dswapchain.cpp426 my_data->surfaceMap[*pSurface].pQueueFamilyIndexSupport = NULL; in vkCreateAndroidSurfaceKHR()
481 my_data->surfaceMap[*pSurface].pQueueFamilyIndexSupport = NULL; in vkCreateMirSurfaceKHR()
567 my_data->surfaceMap[*pSurface].pQueueFamilyIndexSupport = NULL; in vkCreateWaylandSurfaceKHR()
653 my_data->surfaceMap[*pSurface].pQueueFamilyIndexSupport = NULL; in vkCreateWin32SurfaceKHR()
737 my_data->surfaceMap[*pSurface].pQueueFamilyIndexSupport = NULL; in vkCreateXcbSurfaceKHR()
823 my_data->surfaceMap[*pSurface].pQueueFamilyIndexSupport = NULL; in vkCreateXlibSurfaceKHR()
1071 pSurface->pQueueFamilyIndexSupport = in vkGetPhysicalDeviceSurfaceSupportKHR()
1073 if (pSurface->pQueueFamilyIndexSupport != NULL) { in vkGetPhysicalDeviceSurfaceSupportKHR()
1079 pSurface->pQueueFamilyIndexSupport[queueFamilyIndex] = *pSupported; in vkGetPhysicalDeviceSurfaceSupportKHR()
1867 (!pSurface->pQueueFamilyIndexSupport[queueFamilyIndex])) { in vkQueuePresentKHR()
Dswapchain.h223 VkBool32 *pQueueFamilyIndexSupport; member