Searched refs:batch_debug (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/asahi/ |
D | agx_batch.c | 22 #define batch_debug(batch, fmt, ...) \ macro 47 batch_debug(batch, "ACTIVE"); in agx_batch_mark_active() 59 batch_debug(batch, "SUBMIT"); in agx_batch_mark_submitted() 72 batch_debug(batch, "COMPLETE"); in agx_batch_mark_complete() 770 batch_debug(batch, in agx_batch_submit() 780 batch_debug(batch, "Sync point is %" PRIu64, seqid); in agx_batch_submit() 841 batch_debug(batch, "Waits on shared BO @ 0x%" PRIx64, bo->va->addr); in agx_batch_submit() 873 batch_debug( in agx_batch_submit() 912 batch_debug(batch, "Waits on inter-context sync point %" PRIu64, in agx_batch_submit() 1003 batch_debug(batch, "Signals shared BO @ 0x%" PRIx64, in agx_batch_submit() [all …]
|