Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp12547 … const SURFACE_STATE *surface_state, const SWAPCHAIN_NODE *old_swapchain_state) const { in ValidateCreateSwapchain()
12569 if (old_swapchain_state) { in ValidateCreateSwapchain()
12570 if (old_swapchain_state->createInfo.surface != pCreateInfo->surface) { in ValidateCreateSwapchain()
12576 if (old_swapchain_state->retired) { in ValidateCreateSwapchain()
12888 const auto old_swapchain_state = GetSwapchainState(pCreateInfo->oldSwapchain); in PreCallValidateCreateSwapchainKHR() local
12889 …ValidateCreateSwapchain("vkCreateSwapchainKHR()", pCreateInfo, surface_state, old_swapchain_state); in PreCallValidateCreateSwapchainKHR()
12894 SWAPCHAIN_NODE *old_swapchain_state) { in RecordCreateSwapchainState() argument
12907 if (old_swapchain_state) { in RecordCreateSwapchainState()
12908 old_swapchain_state->retired = true; in RecordCreateSwapchainState()
12917 auto old_swapchain_state = GetSwapchainState(pCreateInfo->oldSwapchain); in PostCallRecordCreateSwapchainKHR() local
[all …]
Dcore_validation.h814 … SURFACE_STATE* surface_state, SWAPCHAIN_NODE* old_swapchain_state);
977 … const SURFACE_STATE* surface_state, const SWAPCHAIN_NODE* old_swapchain_state) const;