Home | History | Annotate | Download | only in main

Lines Matching refs:Transform

326       attr->ClipPlanes = ctx->Transform.ClipPlanesEnabled;
329 attr->DepthClamp = ctx->Transform.DepthClamp;
359 attr->Normalize = ctx->Transform.Normalize;
360 attr->RasterPositionUnclipped = ctx->Transform.RasterPositionUnclipped;
368 attr->RescaleNormals = ctx->Transform.RescaleNormals;
542 (void*)&ctx->Transform))
597 if ((ctx->Transform.ClipPlanesEnabled & mask) != (enable->ClipPlanes & mask))
605 TEST_AND_UPDATE(ctx->Transform.DepthClamp, enable->DepthClamp,
652 TEST_AND_UPDATE(ctx->Transform.Normalize, enable->Normalize, GL_NORMALIZE);
653 TEST_AND_UPDATE(ctx->Transform.RescaleNormals, enable->RescaleNormals,
655 TEST_AND_UPDATE(ctx->Transform.RasterPositionUnclipped,
1363 COPY_4V(ctx->Transform.EyeUserPlane[i], eyePlane);
1371 if (xform->Normalize != ctx->Transform.Normalize)
1372 _mesa_set_enable(ctx, GL_NORMALIZE,ctx->Transform.Normalize);
1373 if (xform->RescaleNormals != ctx->Transform.RescaleNormals)
1375 ctx->Transform.RescaleNormals);
1376 if (xform->DepthClamp != ctx->Transform.DepthClamp)
1378 ctx->Transform.DepthClamp);