Home
last modified time | relevance | path

Searched refs:WSI_DEBUG_SW (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_private.h39 #define WSI_DEBUG_SW (1ull << 1) macro
Dwsi_common.c54 { "sw", WSI_DEBUG_SW },
82 wsi->sw = device_options->sw_device || (WSI_DEBUG & WSI_DEBUG_SW); in wsi_device_init()