Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/common/
Ddisasm.h60 int disasm_a3xx_stat(uint32_t *dwords, int sizedwords, int level, FILE *out,
/third_party/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c525 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/
Dpgmdump2.c362 disasm_a3xx_stat(ptr, blk->size / 4, state->lvl, stdout, gpu_id, in decode_shader_descriptor_block()