Searched refs:RecordCreateSwapchainState (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 813 …void RecordCreateSwapchainState(VkResult result, const VkSwapchainCreateInfoKHR* pCreateInfo, VkSw…
|
D | core_validation.cpp | 12892 void ValidationStateTracker::RecordCreateSwapchainState(VkResult result, const VkSwapchainCreateInf… in RecordCreateSwapchainState() function in ValidationStateTracker 12918 RecordCreateSwapchainState(result, pCreateInfo, pSwapchain, surface_state, old_swapchain_state); in PostCallRecordCreateSwapchainKHR() 13214 …RecordCreateSwapchainState(result, &pCreateInfos[i], &pSwapchains[i], surface_state, old_swapchain… in PostCallRecordCreateSharedSwapchainsKHR()
|