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 D | r700_asm.c | 130 unsigned opcode = r600_isa_fetch_opcode(bc->isa->hw_class, mem->op) >> 8;
|
| H A D | eg_asm.c | 228 unsigned gds_op = (r600_isa_fetch_opcode(bc->isa->hw_class, gds->op) >> 8) & 0x3f;
|
| H A D | r600_isa.h | 708 r600_isa_fetch_opcode(enum r600_chip_class chip_class, unsigned op) { function in typeref:typename:unsigned
|
| H A D | r600_asm.c | 1550 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 D | r700_asm.c | 130 unsigned opcode = r600_isa_fetch_opcode(bc->isa->hw_class, mem->op) >> 8;
|
| H A D | eg_asm.c | 228 unsigned gds_op = (r600_isa_fetch_opcode(bc->isa->hw_class, gds->op) >> 8) & 0x3f;
|
| H A D | r600_isa.h | 714 r600_isa_fetch_opcode(enum r600_chip_class chip_class, unsigned op) { function in typeref:typename:unsigned
|
| H A D | r600_asm.c | 1557 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 D | sb_bc.h | 730 return r600_isa_fetch_opcode(isa->hw_class, op);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc.h | 769 return r600_isa_fetch_opcode(isa->hw_class, op);
|
Completed in 20 milliseconds