Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dnvfragparse.c967 GLuint negateBase, negateAbs; in Parse_VectorSrc() local
979 negateAbs = (sign < 0.0F) ? NEGATE_XYZW : NEGATE_NONE; in Parse_VectorSrc()
990 negateAbs = NEGATE_NONE; in Parse_VectorSrc()
994 srcReg->Negate = srcReg->Abs ? negateAbs : negateBase; in Parse_VectorSrc()
1098 GLuint negateBase, negateAbs; in Parse_ScalarSrcReg() local
1110 negateAbs = (sign < 0.0F) ? NEGATE_XYZW : NEGATE_NONE; in Parse_ScalarSrcReg()
1121 negateAbs = NEGATE_NONE; in Parse_ScalarSrcReg()
1125 srcReg->Negate = srcReg->Abs ? negateAbs : negateBase; in Parse_ScalarSrcReg()