Lines Matching defs:negate
305 GLuint negate:1;
355 reg.negate = 0;
362 static struct ureg negate( struct ureg reg )
364 reg.negate ^= 1;
534 src->Negate = reg.negate ? NEGATE_XYZW : NEGATE_NONE;
967 emit_op2(p, OPCODE_DP3, spot, 0, negate(VPpli), spot_dir_norm);
1083 /* Note that we negate the back-face specular exponent here.
1088 negate(swizzle1(shininess,X)));
1345 /* For the back face we need to negate the X and Y component
1350 dots = negate(swizzle(dots,X,Y,W,Z));
1371 dots = negate(swizzle(dots,X,Y,W,Z));
1436 emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat);
1467 emit_op3(p, OPCODE_MAD, r, 0, negate(tmp), normal, eye_hat);