Searched refs:r600_isa_cf (Results 1 – 7 of 7) sorted by relevance
692 r600_isa_cf(unsigned op);717 int opc = r600_isa_cf(op)->opcode[chip_class]; in r600_isa_cf_opcode()
1359 return !((r600_isa_cf(bc->cf_last->op)->flags & CF_FETCH) && in last_inst_was_not_vtx_fetch()1677 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in r600_bytecode_cf_build()1764 if (r600_isa_cf(cf->op)->flags & CF_FETCH) { in r600_bytecode_build()1777 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in r600_bytecode_build()2122 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in r600_bytecode_disasm()2188 } else if (r600_isa_cf(cf->op)->flags & CF_MEM) { in r600_bytecode_disasm()2197 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()
533 r600_isa_cf(unsigned op) { in r600_isa_cf() function
4334 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()
137 last = r600_isa_cf(impl->m_bc->cf_last->op); in do_lower()