Searched refs:swapchain_result (Results 1 – 1 of 1) sorted by relevance
1517 VkResult swapchain_result = VK_SUCCESS; in QueuePresentKHR() local1527 swapchain_result = result; in QueuePresentKHR()1533 if (swapchain_result == VK_SUCCESS) { in QueuePresentKHR()1615 swapchain_result = WorstPresentResult( in QueuePresentKHR()1616 swapchain_result, VK_ERROR_OUT_OF_DATE_KHR); in QueuePresentKHR()1628 if (swapchain.shared && swapchain_result == VK_SUCCESS) { in QueuePresentKHR()1634 swapchain_result = WorstPresentResult(swapchain_result, in QueuePresentKHR()1639 swapchain_result = WorstPresentResult(swapchain_result, in QueuePresentKHR()1648 if (swapchain_result != VK_SUCCESS) { in QueuePresentKHR()1654 swapchain_result = VK_ERROR_OUT_OF_DATE_KHR; in QueuePresentKHR()[all …]