Lines Matching refs:Transform
267 attr->ClipPlanes = ctx->Transform.ClipPlanesEnabled;
270 attr->DepthClamp = ctx->Transform.DepthClamp;
302 attr->Normalize = ctx->Transform.Normalize;
303 attr->RasterPositionUnclipped = ctx->Transform.RasterPositionUnclipped;
311 attr->RescaleNormals = ctx->Transform.RescaleNormals;
462 memcpy( attr, &ctx->Transform, sizeof(struct gl_transform_attrib) );
514 if ((ctx->Transform.ClipPlanesEnabled & mask) != (enable->ClipPlanes & mask))
522 TEST_AND_UPDATE(ctx->Transform.DepthClamp, enable->DepthClamp,
577 TEST_AND_UPDATE(ctx->Transform.Normalize, enable->Normalize, GL_NORMALIZE);
578 TEST_AND_UPDATE(ctx->Transform.RescaleNormals, enable->RescaleNormals,
580 TEST_AND_UPDATE(ctx->Transform.RasterPositionUnclipped,
1254 COPY_4V(ctx->Transform.EyeUserPlane[i], eyePlane);
1262 if (xform->Normalize != ctx->Transform.Normalize)
1263 _mesa_set_enable(ctx, GL_NORMALIZE,ctx->Transform.Normalize);
1264 if (xform->RescaleNormals != ctx->Transform.RescaleNormals)
1266 ctx->Transform.RescaleNormals);
1267 if (xform->DepthClamp != ctx->Transform.DepthClamp)
1269 ctx->Transform.DepthClamp);