Home
last modified time | relevance | path

Searched refs:FD_DBG_LOG (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_log.h42 if (unlikely(fd_mesa_debug & FD_DBG_LOG)) { \
54 if (unlikely(fd_mesa_debug & FD_DBG_LOG)) { \
Dfreedreno_context.c474 if ((fd_mesa_debug & FD_DBG_LOG) && in fd_context_init()
477 fd_mesa_debug &= ~FD_DBG_LOG; in fd_context_init()
481 if (fd_mesa_debug & FD_DBG_LOG) { in fd_context_init()
Dfreedreno_log.c248 if (!(fd_mesa_debug & FD_DBG_LOG)) in fd_log_eof()
Dfreedreno_util.h70 FD_DBG_LOG = BITFIELD_BIT(7), enumerator
Dfreedreno_screen.c75 {"log", FD_DBG_LOG, "Enable GPU timestamp based logging (a6xx+)"},
Dfreedreno_gmem.c710 if (unlikely(fd_mesa_debug & FD_DBG_LOG) && !batch->nondraw) { in fd_gmem_render_tiles()