Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dnvfragparse.c967 GLuint negateBase, negateAbs; in Parse_VectorSrc() local
982 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() local
1113 negateBase = NEGATE_XYZW; in Parse_ScalarSrcReg()
1115 negateBase = NEGATE_NONE; in Parse_ScalarSrcReg()
1117 negateBase = NEGATE_NONE; in Parse_ScalarSrcReg()
[all …]
Dprog_print.h63 _mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended);