Searched refs:r600_isa_cf_opcode (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | eg_asm.c | 40 unsigned opcode = r600_isa_cf_opcode(bc->isa->hw_class, cf->op); 55 r600_isa_cf_opcode(bc->isa->hw_class, CF_OP_ALU_EXT)) |
|
| H A D | r700_asm.c | 30 *bytecode++ = S_SQ_CF_WORD1_CF_INST(r600_isa_cf_opcode(ISA_CC_R700, cf->op)) |
|
| H A D | r600_isa.h | 715 r600_isa_cf_opcode(enum r600_chip_class chip_class, unsigned op) { function in typeref:typename:unsigned
|
| H A D | r600_asm.c | 1665 *bytecode++ = S_SQ_CF_WORD1_CF_INST(r600_isa_cf_opcode(ISA_CC_R600, cf->op)) | 1676 unsigned opcode = r600_isa_cf_opcode(bc->isa->hw_class, cf->op);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | eg_asm.c | 40 unsigned opcode = r600_isa_cf_opcode(bc->isa->hw_class, cf->op); 55 r600_isa_cf_opcode(bc->isa->hw_class, CF_OP_ALU_EXT)) |
|
| H A D | r700_asm.c | 30 *bytecode++ = S_SQ_CF_WORD1_CF_INST(r600_isa_cf_opcode(ISA_CC_R700, cf->op)) |
|
| H A D | r600_isa.h | 721 r600_isa_cf_opcode(enum r600_chip_class chip_class, unsigned op) { function in typeref:typename:unsigned
|
| H A D | r600_asm.c | 1672 *bytecode++ = S_SQ_CF_WORD1_CF_INST(r600_isa_cf_opcode(ISA_CC_R600, cf->op)) | 1683 unsigned opcode = r600_isa_cf_opcode(bc->isa->hw_class, cf->op);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc.h | 701 return r600_isa_cf_opcode(isa->hw_class, op);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc.h | 740 return r600_isa_cf_opcode(isa->hw_class, op);
|
Completed in 18 milliseconds