Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h697 r600_isa_cf(unsigned op);
722 int opc = r600_isa_cf(op)->opcode[gfx_level]; in r600_isa_cf_opcode()
Dr600_asm.c1442 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()
Deg_asm.c39 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in eg_bytecode_cf_build()
Dr600_isa.c533 r600_isa_cf(unsigned op) { in r600_isa_cf() function
Dr600_shader.c4349 last = r600_isa_cf(ctx.bc->cf_last->op); in r600_shader_from_tgsi()
/third_party/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()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp162 last = r600_isa_cf(m_bc->cf_last->op); in finalize()