Searched defs:instMatch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dnvfragparse.c1280 struct instruction_pattern instMatch; local
1344 instMatch = MatchInstruction(token);
1345 if (instMatch.opcode >= MAX_OPCODE) {
1350 inst->Opcode = instMatch.opcode;
1351 inst->Precision = instMatch.suffixes & (_R | _H | _X);
1352 inst->SaturateMode = (instMatch.suffixes & (_S))
1354 inst->CondUpdate = (instMatch.suffixes & (_C)) ? GL_TRUE : GL_FALSE;
1359 if (instMatch.outputs == OUTPUT_S || instMatch.outputs == OUTPUT_V) {
1365 else if (instMatch
[all...]
/external/mesa3d/src/mesa/program/
H A Dnvfragparse.c1280 struct instruction_pattern instMatch; local
1344 instMatch = MatchInstruction(token);
1345 if (instMatch.opcode >= MAX_OPCODE) {
1350 inst->Opcode = instMatch.opcode;
1351 inst->Precision = instMatch.suffixes & (_R | _H | _X);
1352 inst->SaturateMode = (instMatch.suffixes & (_S))
1354 inst->CondUpdate = (instMatch.suffixes & (_C)) ? GL_TRUE : GL_FALSE;
1359 if (instMatch.outputs == OUTPUT_S || instMatch.outputs == OUTPUT_V) {
1365 else if (instMatch
[all...]

Completed in 708 milliseconds