Lines Matching defs:opcode
827 enum tgsi_opcode opcode = inst->Instruction.Opcode;
854 if ((opcode == TGSI_OPCODE_DP3) ||
855 (opcode == TGSI_OPCODE_DP4)) {
868 if (opcode == TGSI_OPCODE_DP4) {
912 enum tgsi_opcode opcode = inst->Instruction.Opcode;
923 if (opcode == TGSI_OPCODE_CEIL)
935 if (opcode == TGSI_OPCODE_FLR)
1042 enum tgsi_opcode opcode = inst->Instruction.Opcode;
1043 bool lower_txp = (opcode == TGSI_OPCODE_TXP) &&
1046 if (opcode == TGSI_OPCODE_TXB2) {
1118 if (opcode == TGSI_OPCODE_TXP) {
1138 opcode = TGSI_OPCODE_TEX;
1148 new_inst.Instruction.Opcode = opcode;