Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dswapchain.h213 bool usedAllocatorToCreate; member
314 bool usedAllocatorToCreate; member
Dswapchain.cpp424 my_data->surfaceMap[*pSurface].usedAllocatorToCreate = (pAllocator != NULL); in vkCreateAndroidSurfaceKHR()
479 my_data->surfaceMap[*pSurface].usedAllocatorToCreate = (pAllocator != NULL); in vkCreateMirSurfaceKHR()
565 my_data->surfaceMap[*pSurface].usedAllocatorToCreate = (pAllocator != NULL); in vkCreateWaylandSurfaceKHR()
651 my_data->surfaceMap[*pSurface].usedAllocatorToCreate = (pAllocator != NULL); in vkCreateWin32SurfaceKHR()
735 my_data->surfaceMap[*pSurface].usedAllocatorToCreate = (pAllocator != NULL); in vkCreateXcbSurfaceKHR()
821 my_data->surfaceMap[*pSurface].usedAllocatorToCreate = (pAllocator != NULL); in vkCreateXlibSurfaceKHR()
898 if ((pAllocator != NULL) != pSurface->usedAllocatorToCreate) { in vkDestroySurfaceKHR()
1594 my_data->swapchainMap[*pSwapchain].usedAllocatorToCreate = (pAllocator != NULL); in vkCreateSwapchainKHR()
1651 if ((pAllocator != NULL) != pSwapchain->usedAllocatorToCreate) { in vkDestroySwapchainKHR()