Searched refs:_EyeZDir (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 199 ACC_3V(h, ctx->_EyeZDir); in TAG() 379 ACC_3V(h, ctx->_EyeZDir); in TAG()
|
/external/mesa3d/src/mesa/main/ |
D | light.c | 953 COPY_3V( ctx->_EyeZDir, eye_z ); in compute_light_positions() 956 TRANSFORM_NORMAL( ctx->_EyeZDir, eye_z, ctx->ModelviewMatrixStack.Top->m ); in compute_light_positions() 981 ADD_3V( light->_h_inf_norm, light->_VP_inf_norm, ctx->_EyeZDir); in compute_light_positions()
|
D | rastpos.c | 229 ACC_3V(VP, ctx->_EyeZDir); in shade_rastpos()
|
D | mtypes.h | 5211 GLfloat _EyeZDir[3]; member
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 883 fcmd[EYE_X] = ctx->_EyeZDir[0]; in update_light() 884 fcmd[EYE_Y] = ctx->_EyeZDir[1]; in update_light() 885 fcmd[EYE_Z] = - ctx->_EyeZDir[2]; in update_light()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 1107 fcmd[EYE_X] = ctx->_EyeZDir[0]; in update_light() 1108 fcmd[EYE_Y] = ctx->_EyeZDir[1]; in update_light() 1109 fcmd[EYE_Z] = - ctx->_EyeZDir[2]; in update_light()
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 544 ADD_3V(value, p, ctx->_EyeZDir); in fetch_state()
|