Searched refs:WSI_DEBUG (Results 1 – 4 of 4) sorted by relevance
49 uint64_t WSI_DEBUG; variable71 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()
38 extern uint64_t WSI_DEBUG;
1303 !(WSI_DEBUG & WSI_DEBUG_NOSHM)) ? in wsi_wl_surface_create_swapchain()
199 bool wants_shm = wsi_dev->sw && !(WSI_DEBUG & WSI_DEBUG_NOSHM) && in wsi_x11_connection_create()