Searched refs:old_swapchain_state (Results 1 – 2 of 2) sorted by relevance
11527 SWAPCHAIN_NODE *old_swapchain_state) { in ValidateCreateSwapchain() argument11551 if (old_swapchain_state) { in ValidateCreateSwapchain()11552 if (old_swapchain_state->createInfo.surface != pCreateInfo->surface) { in ValidateCreateSwapchain()11558 if (old_swapchain_state->retired) { in ValidateCreateSwapchain()11829 auto old_swapchain_state = GetSwapchainNode(pCreateInfo->oldSwapchain); in PreCallValidateCreateSwapchainKHR() local11830 …eSwapchain(device_data, "vkCreateSwapchainKHR()", pCreateInfo, surface_state, old_swapchain_state); in PreCallValidateCreateSwapchainKHR()11835 SWAPCHAIN_NODE *old_swapchain_state) { in RecordCreateSwapchainState() argument11848 if (old_swapchain_state) { in RecordCreateSwapchainState()11849 old_swapchain_state->retired = true; in RecordCreateSwapchainState()11859 auto old_swapchain_state = GetSwapchainNode(pCreateInfo->oldSwapchain); in PostCallRecordCreateSwapchainKHR() local[all …]
359 SURFACE_STATE* surface_state, SWAPCHAIN_NODE* old_swapchain_state);