Home
last modified time | relevance | path

Searched refs:try_disasm_a3xx (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/common/
Ddisasm.h62 int try_disasm_a3xx(uint32_t *dwords, int sizedwords, int level, FILE *out,
/third_party/mesa3d/src/freedreno/decode/
Dcrashdec.c680 try_disasm_a3xx(buf, sizedwords, 1, stdout, options.gpu_id); in decode_shader_blocks()
Dcffdec.c441 try_disasm_a3xx(buf, sizedwords, level + 2, stdout, options->gpu_id); in disasm_gpuaddr()
1511 try_disasm_a3xx(contents, num_unit * 2, level + 2, stdout, in cp_load_state()
/third_party/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c647 try_disasm_a3xx(uint32_t *dwords, int sizedwords, int level, FILE *out, in try_disasm_a3xx() function