Home
last modified time | relevance | path

Searched refs:r600_isa_fetch (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h694 r600_isa_fetch(unsigned op);
715 int opc = r600_isa_fetch(op)->opcode[chip_class]; in r600_isa_fetch_opcode()
Dr600_asm.c1555 if (r600_isa_fetch(vtx->op)->flags & FF_MEM) in r600_bytecode_vtx_build()
2320 o += fprintf(stderr, "%s ", r600_isa_fetch(tex->op)->name); in r600_bytecode_disasm()
2368 o += fprintf(stderr, "%s ", r600_isa_fetch(vtx->op)->name); in r600_bytecode_disasm()
2380 if (r600_isa_fetch(vtx->op)->flags & FF_MEM) in r600_bytecode_disasm()
2398 if (r600_isa_fetch(vtx->op)->flags & FF_MEM) { in r600_bytecode_disasm()
2425 o += fprintf(stderr, "%s ", r600_isa_fetch(gds->op)->name); in r600_bytecode_disasm()
Dr600_isa.c527 r600_isa_fetch(unsigned op) { in r600_isa_fetch() function
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc.h631 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_fetch(op); } in set_op()