Home
last modified time | relevance | path

Searched refs:_ModelViewInvScaleEyespace (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dlight.c1118 ctx->_ModelViewInvScaleEyespace = 1.0F; in update_modelview_scale()
1127 ctx->_ModelViewInvScaleEyespace = 1.0f / sqrtf(f); in update_modelview_scale()
1307 ctx->_ModelViewInvScaleEyespace = 1.0; in _mesa_init_lighting()
Dmtypes.h5492 GLfloat _ModelViewInvScaleEyespace; /* always factor defined in spec */ member
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c555 ASSIGN_4V(value, ctx->_ModelViewInvScaleEyespace, 0, 0, 1); in fetch_state()