Searched refs:_Attenuated (Results 1 – 10 of 10) sorted by relevance
136 ctx->Point._Attenuated = (ctx->Point.Params[0] != 1.0F || in _mesa_PointParameterfv()247 ctx->Point._Attenuated = GL_FALSE; in _mesa_init_point()
1061 ctx->Point._Attenuated || in _mesa_update_tnl_spaces()
232 if (ctx->Point._Attenuated) in make_state_key()
768 GLboolean _Attenuated; /**< True if Params != [1, 0, 0] */ member
53 if (ctx->Point._Attenuated && !ctx->VertexProgram._Current) { in run_point_stage()
181 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) in _tnl_InvalidateState()
58 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) { in get_size()556 ctx->Point._Attenuated || in _swrast_choose_point()
344 return (!ctx->VertexProgram.PointSizeEnabled && !ctx->Point._Attenuated) || in use_state_point_size()
958 (ctx->Point._Attenuated ? DD_POINT_ATTEN : 0); in intelChooseRenderState()
1263 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) in i915ValidateFragmentProgram()