Home | History | Annotate | Download | only in libvulkan

Lines Matching full:swapchain_result

868         VkResult swapchain_result = VK_SUCCESS;
878 swapchain_result = result;
884 if (swapchain_result == VK_SUCCESS) {
891 swapchain_result = WorstPresentResult(
892 swapchain_result, VK_ERROR_OUT_OF_DATE_KHR);
900 if (swapchain_result != VK_SUCCESS) {
906 swapchain_result = VK_ERROR_OUT_OF_DATE_KHR;
910 present_info->pResults[sc] = swapchain_result;
912 if (swapchain_result != final_result)
913 final_result = WorstPresentResult(final_result, swapchain_result);