Searched refs:negateBase (Results 1 – 2 of 2) sorted by relevance
967 GLuint negateBase, negateAbs; in Parse_VectorSrc() local982 negateBase = NEGATE_XYZW; in Parse_VectorSrc()984 negateBase = NEGATE_NONE; in Parse_VectorSrc()986 negateBase = NEGATE_NONE; in Parse_VectorSrc()991 negateBase = (sign < 0.0F) ? NEGATE_XYZW : NEGATE_NONE; in Parse_VectorSrc()994 srcReg->Negate = srcReg->Abs ? negateAbs : negateBase; in Parse_VectorSrc()1098 GLuint negateBase, negateAbs; in Parse_ScalarSrcReg() local1113 negateBase = NEGATE_XYZW; in Parse_ScalarSrcReg()1115 negateBase = NEGATE_NONE; in Parse_ScalarSrcReg()1117 negateBase = NEGATE_NONE; in Parse_ScalarSrcReg()[all …]
63 _mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended);