Home
last modified time | relevance | path

Searched refs:r600_isa_cf (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h690 r600_isa_cf(unsigned op);
715 int opc = r600_isa_cf(op)->opcode[chip_class]; in r600_isa_cf_opcode()
Dr600_asm.c1331 return !((r600_isa_cf(bc->cf_last->op)->flags & CF_FETCH) && in last_inst_was_not_vtx_fetch()
1638 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in r600_bytecode_cf_build()
1725 if (r600_isa_cf(cf->op)->flags & CF_FETCH) { in r600_bytecode_build()
1738 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in r600_bytecode_build()
2077 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in r600_bytecode_disasm()
2140 } else if (r600_isa_cf(cf->op)->flags & CF_MEM) { in r600_bytecode_disasm()
2149 if (r600_isa_cf(cf->op)->flags & CF_RAT) { in r600_bytecode_disasm()
Deg_asm.c39 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in eg_bytecode_cf_build()
Dr600_isa.c532 r600_isa_cf(unsigned op) { in r600_isa_cf() function
Dr600_shader.c3921 last = r600_isa_cf(ctx.bc->cf_last->op); in r600_shader_from_tgsi()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc.h480 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_cf(op); } in set_op()