Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/lib/
Dpan_util.h32 #define PAN_DBG_TRACE 0x0002 macro
Dpan_bo.c399 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) { in panfrost_bo_create()
439 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_bo_unreference()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c60 {"trace", PAN_DBG_TRACE, "Trace the command stream"},
777 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_create_screen()
778 pandecode_initialize(!(dev->debug & PAN_DBG_TRACE)); in panfrost_create_screen()
Dpan_job.c956 if (!out_sync && dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_batch_submit_ioctl()
997 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) { in panfrost_batch_submit_ioctl()
1003 bool minimal = !(dev->debug & PAN_DBG_TRACE); in panfrost_batch_submit_ioctl()
Dpan_resource.c844 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_ptr_map()
Dpan_context.c174 if (dev->debug & PAN_DBG_TRACE) in panfrost_flush()