Searched defs:wsi_display_swapchain (Results 1 – 1 of 1) sorted by relevance
147 struct wsi_display_swapchain { struct148 struct wsi_swapchain base;149 struct wsi_display *wsi;150 VkIcdSurfaceDisplay *surface;151 uint64_t flip_sequence;152 VkResult status;154 mtx_t present_id_mutex;155 struct u_cnd_monotonic present_id_cond;156 uint64_t present_id;157 VkResult present_id_error;[all …]