Searched refs:waitValue (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_x11.c | 2421 uint64_t waitValue, uint64_t timeout) in x11_wait_for_present_queued() argument 2431 &chain->base, waitValue, timeout); in x11_wait_for_present_queued() 2438 while (chain->present_id < waitValue) { in x11_wait_for_present_queued() 2459 uint64_t waitValue, uint64_t timeout) in x11_wait_for_present_polled() argument 2476 &chain->base, waitValue, timeout); in x11_wait_for_present_polled() 2482 if (chain->present_id >= waitValue) { in x11_wait_for_present_polled() 2500 while (chain->present_id_pending < waitValue) { in x11_wait_for_present_polled() 2540 while (result == VK_SUCCESS && chain->present_id < waitValue) { in x11_wait_for_present_polled() 2569 uint64_t waitValue, in x11_wait_for_present() argument 2579 result = x11_wait_for_present_queued(chain, waitValue, timeout); in x11_wait_for_present() [all …]
|
D | wsi_common_display.c | 2041 uint64_t waitValue, in wsi_display_wait_for_present() argument 2054 &chain->base, waitValue, timeout); in wsi_display_wait_for_present() 2061 while (chain->present_id < waitValue) { in wsi_display_wait_for_present()
|