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 Deg_asm.c40 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 Dr700_asm.c30 *bytecode++ = S_SQ_CF_WORD1_CF_INST(r600_isa_cf_opcode(ISA_CC_R700, cf->op)) |
H A Dr600_isa.h715 r600_isa_cf_opcode(enum r600_chip_class chip_class, unsigned op) { function in typeref:typename:unsigned
H A Dr600_asm.c1665 *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 Deg_asm.c40 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 Dr700_asm.c30 *bytecode++ = S_SQ_CF_WORD1_CF_INST(r600_isa_cf_opcode(ISA_CC_R700, cf->op)) |
H A Dr600_isa.h721 r600_isa_cf_opcode(enum r600_chip_class chip_class, unsigned op) { function in typeref:typename:unsigned
H A Dr600_asm.c1672 *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 Dsb_bc.h701 return r600_isa_cf_opcode(isa->hw_class, op);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc.h740 return r600_isa_cf_opcode(isa->hw_class, op);

Completed in 18 milliseconds