Home
last modified time | relevance | path

Searched refs:FD_DBG_NOTILE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h88 FD_DBG_NOTILE = BITFIELD_BIT(25), enumerator
Dfreedreno_screen.c93 {"notile", FD_DBG_NOTILE, "Disable tiling for all internal buffers"},
Dfreedreno_resource.c927 if (fd_mesa_debug & FD_DBG_NOTILE) in fd_resource_allocate_and_resolve()