Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dswapchain.h157 VkBool32 *pQueueFamilyIndexSupport; member
Dswapchain.cpp386 my_data->surfaceMap[*pSurface].pQueueFamilyIndexSupport = NULL; in CreateAndroidSurfaceKHR()
436 my_data->surfaceMap[*pSurface].pQueueFamilyIndexSupport = NULL; in CreateMirSurfaceKHR()
521 my_data->surfaceMap[*pSurface].pQueueFamilyIndexSupport = NULL; in CreateWaylandSurfaceKHR()
607 my_data->surfaceMap[*pSurface].pQueueFamilyIndexSupport = NULL; in CreateWin32SurfaceKHR()
691 my_data->surfaceMap[*pSurface].pQueueFamilyIndexSupport = NULL; in CreateXcbSurfaceKHR()
777 my_data->surfaceMap[*pSurface].pQueueFamilyIndexSupport = NULL; in CreateXlibSurfaceKHR()
1087 my_data->surfaceMap[*pSurface].pQueueFamilyIndexSupport = NULL; in CreateDisplayPlaneSurfaceKHR()
1323 pSurface->pQueueFamilyIndexSupport = in GetPhysicalDeviceSurfaceSupportKHR()
1325 if (pSurface->pQueueFamilyIndexSupport != NULL) { in GetPhysicalDeviceSurfaceSupportKHR()
1331 pSurface->pQueueFamilyIndexSupport[queueFamilyIndex] = *pSupported; in GetPhysicalDeviceSurfaceSupportKHR()
[all …]