Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_private.h40 #define WSI_DEBUG_NOSHM (1ull << 2) macro
Dwsi_common_wayland.c2306 !(WSI_DEBUG & WSI_DEBUG_NOSHM)) { in wsi_wl_surface_create_swapchain()
Dwsi_common.c55 { "noshm", WSI_DEBUG_NOSHM },
Dwsi_common_x11.c232 bool wants_shm = wsi_dev->sw && !(WSI_DEBUG & WSI_DEBUG_NOSHM) && in wsi_x11_connection_create()