Searched refs:present_id (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_private.h | 188 uint64_t present_id, 191 uint64_t present_id, 308 uint64_t present_id, uint64_t timeout);
|
D | wsi_common_x11.c | 1046 uint64_t present_id; member 1094 uint64_t present_id; member 1120 if (image->signal_present_id > swapchain->present_id) { in x11_present_complete() 1121 swapchain->present_id = image->signal_present_id; in x11_present_complete() 1131 if (image->present_id || !swapchain->has_acquire_queue) { in x11_notify_pending_present() 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() 1149 if (image->present_id) in x11_notify_pending_present() 1150 image->signal_present_id = image->present_id; in x11_notify_pending_present() 1156 swapchain->present_id = UINT64_MAX; in x11_swapchain_notify_error() [all …]
|
D | wsi_common_wayland.c | 1637 uint64_t present_id; member 1674 uint64_t present_id, in wsi_wl_swapchain_wait_for_present() argument 1695 &chain->base, present_id, timeout); in wsi_wl_swapchain_wait_for_present() 1716 if (chain->present_ids.max_completed >= present_id) { in wsi_wl_swapchain_wait_for_present() 1736 if (chain->present_ids.max_completed >= present_id) { in wsi_wl_swapchain_wait_for_present() 1764 if (chain->present_ids.max_completed >= present_id) { in wsi_wl_swapchain_wait_for_present() 1937 if (id->present_id > id->chain->present_ids.max_completed) in presentation_handle_presented() 1938 id->chain->present_ids.max_completed = id->present_id; in presentation_handle_presented() 1952 if (id->present_id > id->chain->present_ids.max_completed) in presentation_handle_discarded() 1953 id->chain->present_ids.max_completed = id->present_id; in presentation_handle_discarded() [all …]
|
D | wsi_common_display.c | 143 uint64_t present_id; member 155 uint64_t present_id; member 1259 if (image->present_id) { in wsi_display_present_complete() 1261 if (image->present_id > swapchain->present_id) { in wsi_display_present_complete() 1262 swapchain->present_id = image->present_id; in wsi_display_present_complete() 1273 swapchain->present_id = UINT64_MAX; in wsi_display_surface_error() 2000 uint64_t present_id, in wsi_display_queue_present() argument 2013 image->present_id = present_id; in wsi_display_queue_present() 2021 if (present_id) in wsi_display_queue_present() 2061 while (chain->present_id < waitValue) { in wsi_display_wait_for_present()
|
D | wsi_common.c | 1217 VkQueue queue, uint64_t present_id, in wsi_signal_present_id_timeline() argument 1224 .pSignalSemaphoreValues = &present_id, in wsi_signal_present_id_timeline() 1235 uint32_t submit_count = present_id ? 1 : 0; in wsi_signal_present_id_timeline() 1450 uint64_t present_id = 0; in wsi_common_queue_present() local 1452 present_id = present_ids->pPresentIds[i]; in wsi_common_queue_present() 1457 if (present_id || present_fence) { in wsi_common_queue_present() 1458 result = wsi_signal_present_id_timeline(swapchain, queue, present_id, present_fence); in wsi_common_queue_present() 1463 result = swapchain->queue_present(swapchain, image_index, present_id, region); in wsi_common_queue_present() 1605 uint64_t present_id, uint64_t timeout) in wsi_swapchain_wait_for_present_semaphore() argument 1612 .pValues = &present_id, in wsi_swapchain_wait_for_present_semaphore()
|
D | wsi_common_headless.c | 319 uint64_t present_id, in wsi_headless_swapchain_queue_present() argument
|
D | wsi_common_win32.cpp | 718 uint64_t present_id, in wsi_win32_queue_present() argument
|