Searched refs:negateAbs (Results 1 – 1 of 1) sorted by relevance
967 GLuint negateBase, negateAbs; in Parse_VectorSrc() local979 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() local1110 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()