Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpoints.c127 ctx->Point._Attenuated = (ctx->Point.Params[0] != 1.0 || in _mesa_PointParameterfv()
131 if (ctx->Point._Attenuated) in _mesa_PointParameterfv()
246 ctx->Point._Attenuated = GL_FALSE; in _mesa_init_point()
Dstate.c401 if (ctx->Point._Attenuated)
Dlight.c1059 ctx->Point._Attenuated || in _mesa_update_tnl_spaces()
Dffvertex_prog.c229 if (ctx->Point._Attenuated) in make_state_key()
Dmtypes.h1071 GLboolean _Attenuated; /**< True if Params != [1, 0, 0] */ member
/external/mesa3d/src/mesa/tnl/
Dt_vb_points.c52 if (ctx->Point._Attenuated && !ctx->VertexProgram._Current) { in run_point_stage()
Dt_context.c173 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) in _tnl_InvalidateState()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_sf_state.c274 if (!(ctx->VertexProgram.PointSizeEnabled || ctx->Point._Attenuated)) in upload_sf_state()
Dgen6_sf_state.c239 ctx->Point._Attenuated)) in upload_sf_state()
Dbrw_sf_state.c279 ctx->Point._Attenuated); in upload_sf_unit()
/external/mesa3d/src/mesa/swrast/
Ds_points.c59 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) { in get_size()
557 ctx->Point._Attenuated || in _swrast_choose_point()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c1372 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) in i915ValidateFragmentProgram()