Lines Matching defs:swizzle
369 static struct ureg swizzle( struct ureg reg, int x, int y, int z, int w )
381 return swizzle(reg, x, x, x, x);
481 GLuint swizzle;
487 &swizzle );
488 assert(swizzle == SWIZZLE_NOOP);
1219 struct ureg z_dir = swizzle(get_identity_param(p),X,Y,W,Z);
1347 * exponent. We swizzle that into the W position. This
1350 dots = negate(swizzle(dots,X,Y,W,Z));
1371 dots = negate(swizzle(dots,X,Y,W,Z));
1469 emit_op2(p, OPCODE_ADD, tmp, 0, r, swizzle(id,X,Y,W,Z));