Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h35 #define WSI_DEBUG_NOSHM (1ull << 2) macro
Dwsi_common_wayland.c1303 !(WSI_DEBUG & WSI_DEBUG_NOSHM)) ? in wsi_wl_surface_create_swapchain()
Dwsi_common.c54 { "noshm", WSI_DEBUG_NOSHM },
Dwsi_common_x11.c199 bool wants_shm = wsi_dev->sw && !(WSI_DEBUG & WSI_DEBUG_NOSHM) && in wsi_x11_connection_create()