Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_private.h41 #define WSI_DEBUG_LINEAR (1ull << 3) macro
Dwsi_common.c56 { "linear", WSI_DEBUG_LINEAR },
83 wsi->wants_linear = (WSI_DEBUG & WSI_DEBUG_LINEAR) != 0; in wsi_device_init()