Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c1095 uint64_t present_id_pending; member
1133 if (image->present_id > swapchain->present_id_pending) { in x11_notify_pending_present()
1135 swapchain->present_id_pending = image->present_id; in x11_notify_pending_present()
1157 swapchain->present_id_pending = UINT64_MAX; in x11_swapchain_notify_error()
2500 while (chain->present_id_pending < waitValue) { in x11_wait_for_present_polled()