Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_private.h44 extern uint64_t WSI_DEBUG;
Dwsi_common.c50 uint64_t WSI_DEBUG; variable
73 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()
Dwsi_common_win32.cpp969 wsi->dxgi.factory = dxgi_get_factory(WSI_DEBUG & WSI_DEBUG_DXGI); in wsi_win32_init_wsi()
Dwsi_common_wayland.c2306 !(WSI_DEBUG & WSI_DEBUG_NOSHM)) { in wsi_wl_surface_create_swapchain()
Dwsi_common_x11.c232 bool wants_shm = wsi_dev->sw && !(WSI_DEBUG & WSI_DEBUG_NOSHM) && in wsi_x11_connection_create()