Home
last modified time | relevance | path

Searched refs:_NeedEyeCoords (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/main/
Dlight.c888 ctx->Light._NeedEyeCoords = GL_FALSE; in _mesa_update_lighting()
902 ctx->Light._NeedEyeCoords = ((flags & LIGHT_POSITIONAL) || in _mesa_update_lighting()
910 ctx->Light._NeedEyeCoords = GL_TRUE; in _mesa_update_lighting()
955 if (ctx->_NeedEyeCoords) { in compute_light_positions()
964 if (ctx->_NeedEyeCoords) { in compute_light_positions()
997 if (ctx->_NeedEyeCoords) { in compute_light_positions()
1038 if (ctx->_NeedEyeCoords) in update_modelview_scale()
1052 const GLuint oldneedeyecoords = ctx->_NeedEyeCoords; in _mesa_update_tnl_spaces()
1055 ctx->_NeedEyeCoords = GL_FALSE; in _mesa_update_tnl_spaces()
1060 ctx->Light._NeedEyeCoords) in _mesa_update_tnl_spaces()
[all …]
Dmtypes.h957 GLboolean _NeedEyeCoords; member
3564 GLboolean _NeedEyeCoords; member
Dffvertex_prog.c161 key->need_eye_coords = ctx->_NeedEyeCoords; in make_state_key()
/external/mesa3d/src/mesa/tnl/
Dt_vb_normals.c103 if (ctx->_NeedEyeCoords) { in validate_normal_stage()
Dt_vb_fog.c162 if (!ctx->_NeedEyeCoords) { in run_fog_stage()
Dt_vb_vertex.c149 if (ctx->_NeedEyeCoords) { in run_vertex_stage()
Dt_vb_light.c331 GLvector4f *input = ctx->_NeedEyeCoords ? VB->EyePtr : VB->AttribPtr[_TNL_ATTRIB_POS]; in run_lighting()
Dt_rasterpos.c435 if (ctx->_NeedEyeCoords) { in _tnl_RasterPos()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c863 if (ctx->_NeedEyeCoords) in update_light()
1734 GLboolean tmp = ctx->_NeedEyeCoords ? state : !state; in radeonEnable()
1798 fprintf(stderr, "%s %d BEFORE %x\n", __FUNCTION__, ctx->_NeedEyeCoords, in radeonLightingSpaceChange()
1801 if (ctx->_NeedEyeCoords) in radeonLightingSpaceChange()
1813 fprintf(stderr, "%s %d AFTER %x\n", __FUNCTION__, ctx->_NeedEyeCoords, in radeonLightingSpaceChange()
Dradeon_state_init.c219 TCL_CHECK( tcl_eyespace_or_lighting_add4, ctx->_NeedEyeCoords || ctx->Light.Enabled, 4 )
234 TCL_CHECK( tcl_eyespace_or_fog_add4, ctx->_NeedEyeCoords || ctx->Fog.Enabled, 4 )
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_tnl.c342 if (ctx->Light._NeedEyeCoords || ctx->Fog.Enabled || in nv20_emit_modelview()
Dnv10_state_tnl.c446 if (ctx->Light._NeedEyeCoords || ctx->Fog.Enabled || in nv10_emit_modelview()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c1089 if (ctx->_NeedEyeCoords) in update_light()
1944 GLboolean tmp = ctx->_NeedEyeCoords ? state : !state; in r200Enable()
2104 fprintf(stderr, "%s %d BEFORE %x\n", __FUNCTION__, ctx->_NeedEyeCoords, in r200LightingSpaceChange()
2107 if (ctx->_NeedEyeCoords) in r200LightingSpaceChange()
2120 fprintf(stderr, "%s %d AFTER %x\n", __FUNCTION__, ctx->_NeedEyeCoords, in r200LightingSpaceChange()