Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_props.c331 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_open_device()
332 pandecode_initialize(!(dev->debug & PAN_DBG_TRACE)); in panfrost_open_device()
Dpan_util.h36 #define PAN_DBG_TRACE 0x0002 macro
Dpan_bo.c411 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) { in panfrost_bo_create()
451 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_bo_unreference()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c627 if (!out_sync && dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_batch_submit_ioctl()
692 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) { in panfrost_batch_submit_ioctl()
697 if (dev->debug & PAN_DBG_TRACE) in panfrost_batch_submit_ioctl()
Dpan_screen.c58 {"trace", PAN_DBG_TRACE, "Trace the command stream"},
Dpan_context.c117 if (dev->debug & PAN_DBG_TRACE) in panfrost_flush()
Dpan_resource.c1015 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_ptr_map()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c324 device->pdev.debug |= PAN_DBG_TRACE; in panvk_physical_device_init()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst619 - panvk: Only set PAN_DBG_TRACE if PANVK_DEBUG_TRACE is set