Searched refs:r600_isa_fetch_opcode (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr700_asm.c130 unsigned opcode = r600_isa_fetch_opcode(bc->isa->hw_class, mem->op) >> 8;
H A Deg_asm.c228 unsigned gds_op = (r600_isa_fetch_opcode(bc->isa->hw_class, gds->op) >> 8) & 0x3f;
H A Dr600_isa.h708 r600_isa_fetch_opcode(enum r600_chip_class chip_class, unsigned op) { function in typeref:typename:unsigned
H A Dr600_asm.c1550 bc->bytecode[id] = S_SQ_VTX_WORD0_VTX_INST(r600_isa_fetch_opcode(bc->isa->hw_class, vtx->op)) |
1583 r600_isa_fetch_opcode(bc->isa->hw_class, tex->op)) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr700_asm.c130 unsigned opcode = r600_isa_fetch_opcode(bc->isa->hw_class, mem->op) >> 8;
H A Deg_asm.c228 unsigned gds_op = (r600_isa_fetch_opcode(bc->isa->hw_class, gds->op) >> 8) & 0x3f;
H A Dr600_isa.h714 r600_isa_fetch_opcode(enum r600_chip_class chip_class, unsigned op) { function in typeref:typename:unsigned
H A Dr600_asm.c1557 bc->bytecode[id] = S_SQ_VTX_WORD0_VTX_INST(r600_isa_fetch_opcode(bc->isa->hw_class, vtx->op)) |
1590 r600_isa_fetch_opcode(bc->isa->hw_class, tex->op)) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc.h730 return r600_isa_fetch_opcode(isa->hw_class, op);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc.h769 return r600_isa_fetch_opcode(isa->hw_class, op);

Completed in 20 milliseconds