Home
last modified time | relevance | path

Searched refs:Parse_BiOpInstruction (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/program/
Dnvvertparse.c827 Parse_BiOpInstruction(struct parse_state *parseState, in Parse_BiOpInstruction() function
1155 if (!Parse_BiOpInstruction(parseState, inst, OPCODE_MUL)) in Parse_InstructionSequence()
1159 if (!Parse_BiOpInstruction(parseState, inst, OPCODE_ADD)) in Parse_InstructionSequence()
1163 if (!Parse_BiOpInstruction(parseState, inst, OPCODE_DP3)) in Parse_InstructionSequence()
1167 if (!Parse_BiOpInstruction(parseState, inst, OPCODE_DP4)) in Parse_InstructionSequence()
1171 if (!Parse_BiOpInstruction(parseState, inst, OPCODE_DST)) in Parse_InstructionSequence()
1175 if (!Parse_BiOpInstruction(parseState, inst, OPCODE_MIN)) in Parse_InstructionSequence()
1179 if (!Parse_BiOpInstruction(parseState, inst, OPCODE_MAX)) in Parse_InstructionSequence()
1183 if (!Parse_BiOpInstruction(parseState, inst, OPCODE_SLT)) in Parse_InstructionSequence()
1187 if (!Parse_BiOpInstruction(parseState, inst, OPCODE_SGE)) in Parse_InstructionSequence()
[all …]