Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c171 struct wsi_display_sync { struct
1768 struct wsi_display_sync *wsi_sync = in wsi_display_sync_finish()
1769 container_of(sync, struct wsi_display_sync, sync); in wsi_display_sync_finish()
1781 struct wsi_display_sync *wsi_sync = in wsi_display_sync_wait()
1782 container_of(sync, struct wsi_display_sync, sync); in wsi_display_sync_wait()
1791 .size = sizeof(struct wsi_display_sync),
1810 struct wsi_display_sync *sync = in wsi_display_sync_create()
1811 container_of(*sync_out, struct wsi_display_sync, sync); in wsi_display_sync_create()