Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.c49 uint64_t WSI_DEBUG; variable
71 WSI_DEBUG = parse_debug_string(getenv("MESA_VK_WSI_DEBUG"), debug_control); in wsi_device_init()
77 wsi->sw = sw_device || (WSI_DEBUG & WSI_DEBUG_SW); in wsi_device_init()
78 wsi->wants_linear = (WSI_DEBUG & WSI_DEBUG_LINEAR) != 0; in wsi_device_init()
288 chain->use_buffer_blit = use_buffer_blit || (WSI_DEBUG & WSI_DEBUG_BUFFER); in wsi_swapchain_init()
Dwsi_common_private.h38 extern uint64_t WSI_DEBUG;
Dwsi_common_wayland.c1303 !(WSI_DEBUG & WSI_DEBUG_NOSHM)) ? in wsi_wl_surface_create_swapchain()
Dwsi_common_x11.c199 bool wants_shm = wsi_dev->sw && !(WSI_DEBUG & WSI_DEBUG_NOSHM) && in wsi_x11_connection_create()