Home
last modified time | relevance | path

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

/third_party/mesa3d/src/asahi/lib/
Dagx_device.c109 if (dev->debug & AGX_DBG_TRACE) in agx_shmem_alloc()
210 if (dev->debug & AGX_DBG_TRACE) in agx_bo_unreference()
239 if (dev->debug & AGX_DBG_TRACE) in agx_bo_create()
Dagx_device.h37 AGX_DBG_TRACE = BITFIELD_BIT(0), enumerator
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_pipe.c53 {"trace", AGX_DBG_TRACE, "Trace the command stream"},
572 if (dev->debug & AGX_DBG_TRACE) { in agx_flush()