Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h36 #define WSI_DEBUG_LINEAR (1ull << 3) macro
Dwsi_common.c55 { "linear", WSI_DEBUG_LINEAR },
78 wsi->wants_linear = (WSI_DEBUG & WSI_DEBUG_LINEAR) != 0; in wsi_device_init()