Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c1098 VkResult present_progress_error; member
1158 swapchain->present_progress_error = result; in x11_swapchain_notify_error()
1379 if (chain->present_progress_error != VK_SUCCESS) in x11_acquire_next_image_poll_has_forward_progress()
1491 if (result == VK_SUCCESS && chain->present_progress_error != VK_SUCCESS) in x11_acquire_next_image_poll_x11()
1492 result = chain->present_progress_error; in x11_acquire_next_image_poll_x11()
2451 if (result == VK_SUCCESS && chain->present_progress_error) in x11_wait_for_present_queued()
2452 result = chain->present_progress_error; in x11_wait_for_present_queued()
2483 result = chain->present_progress_error; in x11_wait_for_present_polled()
2504 if (chain->present_progress_error || ret == ETIMEDOUT || ret) { in x11_wait_for_present_polled()
2507 if (chain->present_progress_error) in x11_wait_for_present_polled()
[all …]