Searched refs:r600_isa_cf (Results 1 – 6 of 6) sorted by relevance
690 r600_isa_cf(unsigned op);715 int opc = r600_isa_cf(op)->opcode[chip_class]; in r600_isa_cf_opcode()
1331 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()
39 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in eg_bytecode_cf_build()
532 r600_isa_cf(unsigned op) { in r600_isa_cf() function
3921 last = r600_isa_cf(ctx.bc->cf_last->op); in r600_shader_from_tgsi()
480 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_cf(op); } in set_op()