Searched refs:try_disasm_a3xx (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/freedreno/common/ |
D | disasm.h | 57 int try_disasm_a3xx(uint32_t *dwords, int sizedwords, int level, FILE *out, unsigned gpu_id);
|
/external/mesa3d/src/freedreno/decode/ |
D | crashdec.c | 904 try_disasm_a3xx(buf, sizedwords, 1, stdout, options.gpu_id); in decode_shader_blocks()
|
D | cffdec.c | 429 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/ |
D | disasm-a3xx.c | 1692 int try_disasm_a3xx(uint32_t *dwords, int sizedwords, int level, FILE *out, unsigned gpu_id) in try_disasm_a3xx() function
|