HomeSort by relevance Sort by last modified time
    Searched full:negatebase (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/program/
prog_print.h 63 _mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended);
nvfragparse.c 967 GLuint negateBase, negateAbs;
982 negateBase = NEGATE_XYZW;
984 negateBase = NEGATE_NONE;
986 negateBase = NEGATE_NONE;
991 negateBase = (sign < 0.0F) ? NEGATE_XYZW : NEGATE_NONE;
994 srcReg->Negate = srcReg->Abs ? negateAbs : negateBase;
1098 GLuint negateBase, negateAbs;
1113 negateBase = NEGATE_XYZW;
1115 negateBase = NEGATE_NONE;
1117 negateBase = NEGATE_NONE
    [all...]
prog_print.c 460 * \param negateBase 4-bit negation vector
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog.c 247 unsigned int negatebase[2] = { 0, 0 }; local
254 negatebase[GET_BIT(src.Negate, i)] |= 1 << i;
260 if (!negatebase[i])
263 split->Phase[split->NumPhases++] = negatebase[i];

Completed in 176 milliseconds