Searched refs:r600_isa_cf (Results 1 – 7 of 7) sorted by relevance
697 r600_isa_cf(unsigned op);722 int opc = r600_isa_cf(op)->opcode[gfx_level]; in r600_isa_cf_opcode()
1442 return !((r600_isa_cf(bc->cf_last->op)->flags & CF_FETCH) && in last_inst_was_not_vtx_fetch()1764 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in r600_bytecode_cf_build()1851 if (r600_isa_cf(cf->op)->flags & CF_FETCH) { in r600_bytecode_build()1864 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in r600_bytecode_build()2209 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in r600_bytecode_disasm()2275 } else if (r600_isa_cf(cf->op)->flags & CF_MEM) { in r600_bytecode_disasm()2284 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
4349 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()
162 last = r600_isa_cf(m_bc->cf_last->op); in finalize()