Home | History | Annotate | Download | only in program

Lines Matching defs:swizzles

97    GLuint swizzle; /**< SWIZZLE_XYZWONEZERO swizzles from Mesa. */
1481 /* Note that this is only swizzles in expressions, not those on the left
1676 * swizzles in it and write swizzles using writemask, though.
1794 int swizzles[4];
1816 swizzles[i] = GET_SWZ(r.swizzle, rhs_chan++);
1818 swizzles[i] = first_enabled_chan;
1820 r.swizzle = MAKE_SWIZZLE4(swizzles[0], swizzles[1],
1821 swizzles[2], swizzles[3]);