Home | History | Annotate | Download | only in state_tracker

Lines Matching defs:swizzles

139    GLuint swizzle; /**< SWIZZLE_XYZWONEZERO swizzles from Mesa. */
1901 /* Note that this is only swizzles in expressions, not those on the left
2104 * swizzles in it and write swizzles using writemask, though.
2223 int swizzles[4];
2244 swizzles[i] = GET_SWZ(r.swizzle, rhs_chan++);
2246 swizzles[i] = first_enabled_chan;
2248 r.swizzle = MAKE_SWIZZLE4(swizzles[0], swizzles[1],
2249 swizzles[2], swizzles[3]);