Searched defs:wsi_display_swapchain (Results 1 – 1 of 1) sorted by relevance
146 struct wsi_display_swapchain { struct147 struct wsi_swapchain base;148 struct wsi_display *wsi;149 VkIcdSurfaceDisplay *surface;150 uint64_t flip_sequence;151 VkResult status;153 pthread_mutex_t present_id_mutex;154 pthread_cond_t present_id_cond;155 uint64_t present_id;156 VkResult present_id_error;[all …]