Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/common/
Ddisasm.h57 int try_disasm_a3xx(uint32_t *dwords, int sizedwords, int level, FILE *out, unsigned gpu_id);
/external/mesa3d/src/freedreno/decode/
Dcrashdec.c904 try_disasm_a3xx(buf, sizedwords, 1, stdout, options.gpu_id); in decode_shader_blocks()
Dcffdec.c429 try_disasm_a3xx(buf, sizedwords, level+2, stdout, options->gpu_id); in disasm_gpuaddr()
1496 try_disasm_a3xx(contents, num_unit * 2, level+2, stdout, options->gpu_id); in cp_load_state()
/external/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c1692 int try_disasm_a3xx(uint32_t *dwords, int sizedwords, int level, FILE *out, unsigned gpu_id) in try_disasm_a3xx() function