Searched refs:translate_opcode (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c33 static unsigned translate_opcode(unsigned opcode) function in typeref:typename:unsigned
248 dst->U.I.Opcode = translate_opcode(src->Instruction.Opcode);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c35 static unsigned translate_opcode(unsigned opcode) function in typeref:typename:unsigned
271 dst->U.I.Opcode = translate_opcode(src->Instruction.Opcode);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c440 translate_opcode(unsigned op) function in typeref:typename:unsigned
541 translate_opcode(inst->Opcode),
599 translate_opcode(inst->Opcode),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c513 translate_opcode(enum tgsi_opcode opcode) function in typeref:typename:VGPU10_OPCODE_TYPE
669 assert(!"Unexpected TGSI opcode in translate_opcode()");
5736 emit_opcode(emit, translate_opcode(opcode), inst->Instruction.Saturate);
5787 emit_opcode(emit, translate_opcode(opcode), inst->Instruction.Saturate);
H A Dsvga_tgsi_insn.c43 translate_opcode(enum tgsi_opcode opcode) function in typeref:typename:SVGA3dShaderOpCodeType
57 assert(!"svga: unexpected opcode in translate_opcode()");
2927 translate_opcode(insn->Instruction.Opcode);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c43 translate_opcode(enum tgsi_opcode opcode) function in typeref:typename:SVGA3dShaderOpCodeType
57 assert(!"svga: unexpected opcode in translate_opcode()");
2925 translate_opcode(insn->Instruction.Opcode);
H A Dsvga_tgsi_vgpu10.c778 translate_opcode(enum tgsi_opcode opcode) function in typeref:typename:VGPU10_OPCODE_TYPE
992 assert(!"Unexpected TGSI opcode in translate_opcode()");
8923 emit_opcode_precise(emit, translate_opcode(inst->Instruction.Opcode),
9071 emit_instruction_op3(emit, translate_opcode(opcode), &inst->Dst[0],
9144 emit_opcode(emit, translate_opcode(opcode), inst->Instruction.Saturate);
9198 emit_opcode(emit, translate_opcode(opcode), inst->Instruction.Saturate);

Completed in 31 milliseconds