Lines Matching defs:level
230 disasm_alu(uint32_t *dwords, uint32_t alu_off, int level, int sync,
235 printf("%s", levels[level]);
280 printf("%s", levels[level]);
475 disasm_fetch(uint32_t *dwords, uint32_t alu_off, int level, int sync)
479 printf("%s", levels[level]);
600 print_cf(instr_cf_t *cf, int level)
602 printf("%s", levels[level]);
621 disasm_a2xx(uint32_t *dwords, int sizedwords, int level, gl_shader_stage type)
637 print_cf(cf, level);
645 disasm_fetch(dwords + alu_off * 3, alu_off, level,
648 disasm_alu(dwords + alu_off * 3, alu_off, level, sequence & 0x2,