Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h687 r600_isa_fetch(unsigned op);
708 int opc = r600_isa_fetch(op)->opcode[chip_class]; in r600_isa_fetch_opcode()
Dr600_asm.c2261 o += fprintf(stderr, "%s ", r600_isa_fetch(tex->op)->name); in r600_bytecode_disasm()
2309 o += fprintf(stderr, "%s ", r600_isa_fetch(vtx->op)->name); in r600_bytecode_disasm()
2351 o += fprintf(stderr, "%s ", r600_isa_fetch(gds->op)->name); in r600_bytecode_disasm()
Dr600_isa.c526 r600_isa_fetch(unsigned op) { in r600_isa_fetch() function
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc.h589 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_fetch(op); } in set_op()