Home
last modified time | relevance | path

Searched defs:x11_image (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c912 struct x11_image { struct
913 struct wsi_image base;
914 xcb_pixmap_t pixmap;
915 xcb_xfixes_region_t update_region; /* long lived XID */
916 xcb_xfixes_region_t update_area; /* the above or None */
917 bool busy;
918 bool present_queued;
919 struct xshmfence * shm_fence;
920 uint32_t sync_fence;
921 uint32_t serial;
[all …]