Searched refs:disasm_a3xx_stat (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/freedreno/common/ |
D | disasm.h | 60 int disasm_a3xx_stat(uint32_t *dwords, int sizedwords, int level, FILE *out,
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | disasm-a3xx.c | 525 disasm_a3xx_stat(uint32_t *dwords, int sizedwords, int level, FILE *out, in disasm_a3xx_stat() function 594 return disasm_a3xx_stat(dwords, sizedwords, level, out, gpu_id, &stats); in disasm_a3xx() 603 TRY(ret = disasm_a3xx_stat(dwords, sizedwords, level, out, gpu_id, &stats)); in try_disasm_a3xx()
|
/third_party/mesa3d/src/freedreno/decode/ |
D | pgmdump2.c | 362 disasm_a3xx_stat(ptr, blk->size / 4, state->lvl, stdout, gpu_id, in decode_shader_descriptor_block()
|