Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dlight.c170 if (light->ConstantAttenuation == params[0]) in _mesa_light()
173 light->ConstantAttenuation = params[0]; in _mesa_light()
368 params[0] = ctx->Light.Light[l].ConstantAttenuation; in _mesa_GetLightfv()
432 params[0] = (GLint) ctx->Light.Light[l].ConstantAttenuation; in _mesa_GetLightiv()
1139 l->ConstantAttenuation = 1.0; in init_light()
Dffvertex_prog.c199 if (light->ConstantAttenuation != 1.0 || in make_state_key()
Dmtypes.h668 GLfloat ConstantAttenuation; member
Dattrib.c1083 p[0] = l->ConstantAttenuation; in _mesa_PopAttrib()
/external/mesa3d/src/mesa/x86/
Dgen_matypes.c198 OFFSET( "LIGHT_CONST_ATTEN ", struct gl_light, ConstantAttenuation ); in main()
/external/mesa3d/src/mesa/tnl/
Dt_vb_lighttmp.h138 attenuation = 1.0F / (light->ConstantAttenuation + d * in TAG()
316 attenuation = 1.0F / (light->ConstantAttenuation + d * in TAG()
Dt_rasterpos.c157 attenuation = 1.0F / (light->ConstantAttenuation + d * in shade_rastpos()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_tnl.c208 PUSH_DATAf(push, l->ConstantAttenuation); in nv20_emit_light_source()
Dnv10_state_tnl.c292 PUSH_DATAf(push, l->ConstantAttenuation); in nv10_emit_light_source()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c110 value[0] = ctx->Light.Light[ln].ConstantAttenuation; in _mesa_fetch_state()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state_init.c883 &l->ConstantAttenuation ); in radeonInitState()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state_init.c1229 &l->ConstantAttenuation ); in r200InitState()