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.cpp11527 SWAPCHAIN_NODE *old_swapchain_state) { in ValidateCreateSwapchain() argument
11551 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() local
11830 …eSwapchain(device_data, "vkCreateSwapchainKHR()", pCreateInfo, surface_state, old_swapchain_state); in PreCallValidateCreateSwapchainKHR()
11835 SWAPCHAIN_NODE *old_swapchain_state) { in RecordCreateSwapchainState() argument
11848 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 …]
Dcore_validation.h359 SURFACE_STATE* surface_state, SWAPCHAIN_NODE* old_swapchain_state);