Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h63 FD_DBG_MSGS = BITFIELD_BIT(0), enumerator
98 do { if (fd_mesa_debug & FD_DBG_MSGS) \
Dfreedreno_batch.h37 # define BATCH_DEBUG (fd_mesa_debug & FD_DBG_MSGS)
Dfreedreno_context.c258 if (fd_mesa_debug & (FD_DBG_BSTAT | FD_DBG_MSGS)) { in fd_context_destroy()
Dfreedreno_screen.c68 {"msgs", FD_DBG_MSGS, "Print debug messages"},
Dfreedreno_gmem.c227 if (fd_mesa_debug & FD_DBG_MSGS) { in calc_nbins()