Searched refs:WSI_DEBUG (Results 1 – 5 of 5) sorted by relevance
44 extern uint64_t WSI_DEBUG;
50 uint64_t WSI_DEBUG; variable73 WSI_DEBUG = parse_debug_string(getenv("MESA_VK_WSI_DEBUG"), debug_control); in wsi_device_init()82 wsi->sw = device_options->sw_device || (WSI_DEBUG & WSI_DEBUG_SW); in wsi_device_init()83 wsi->wants_linear = (WSI_DEBUG & WSI_DEBUG_LINEAR) != 0; in wsi_device_init()2063 if (WSI_DEBUG & WSI_DEBUG_BUFFER) in wsi_cpu_image_needs_buffer_blit()
969 wsi->dxgi.factory = dxgi_get_factory(WSI_DEBUG & WSI_DEBUG_DXGI); in wsi_win32_init_wsi()
2306 !(WSI_DEBUG & WSI_DEBUG_NOSHM)) { in wsi_wl_surface_create_swapchain()
232 bool wants_shm = wsi_dev->sw && !(WSI_DEBUG & WSI_DEBUG_NOSHM) && in wsi_x11_connection_create()