Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dnvfragparse.c455 Parse_ScalarConstant(struct parse_state *parseState, GLfloat *number) in Parse_ScalarConstant() function
505 if (!Parse_ScalarConstant(parseState, vec+0)) /* X */ in Parse_VectorConstant()
515 if (!Parse_ScalarConstant(parseState, vec+1)) /* Y */ in Parse_VectorConstant()
525 if (!Parse_ScalarConstant(parseState, vec+2)) /* Z */ in Parse_VectorConstant()
535 if (!Parse_ScalarConstant(parseState, vec+3)) /* W */ in Parse_VectorConstant()
556 GLboolean b = Parse_ScalarConstant(parseState, vec); in Parse_VectorOrScalarConstant()
1040 if (!Parse_ScalarConstant(parseState, values)) in Parse_VectorSrc()
1174 if (!Parse_ScalarConstant(parseState, values)) in Parse_ScalarSrcReg()