Home
last modified time | relevance | path

Searched refs:_Attenuated (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpoints.c136 ctx->Point._Attenuated = (ctx->Point.Params[0] != 1.0F || in _mesa_PointParameterfv()
247 ctx->Point._Attenuated = GL_FALSE; in _mesa_init_point()
Dlight.c1061 ctx->Point._Attenuated || in _mesa_update_tnl_spaces()
Dffvertex_prog.c232 if (ctx->Point._Attenuated) in make_state_key()
Dmtypes.h768 GLboolean _Attenuated; /**< True if Params != [1, 0, 0] */ member
/external/mesa3d/src/mesa/tnl/
Dt_vb_points.c53 if (ctx->Point._Attenuated && !ctx->VertexProgram._Current) { in run_point_stage()
Dt_context.c181 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) in _tnl_InvalidateState()
/external/mesa3d/src/mesa/swrast/
Ds_points.c58 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) { in get_size()
556 ctx->Point._Attenuated || in _swrast_choose_point()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state.h344 return (!ctx->VertexProgram.PointSizeEnabled && !ctx->Point._Attenuated) || in use_state_point_size()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c958 (ctx->Point._Attenuated ? DD_POINT_ATTEN : 0); in intelChooseRenderState()
Di915_fragprog.c1263 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) in i915ValidateFragmentProgram()