Searched refs:_EyeZDir (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 197 ACC_3V(h, ctx->_EyeZDir); in TAG() 376 ACC_3V(h, ctx->_EyeZDir); in TAG()
|
D | t_rasterpos.c | 204 ACC_3V(VP, ctx->_EyeZDir); in shade_rastpos()
|
/external/mesa3d/src/mesa/main/ |
D | light.c | 956 COPY_3V( ctx->_EyeZDir, eye_z ); in compute_light_positions() 959 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 | mtypes.h | 3562 GLfloat _EyeZDir[3]; member
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 881 fcmd[EYE_X] = ctx->_EyeZDir[0]; in update_light() 882 fcmd[EYE_Y] = ctx->_EyeZDir[1]; in update_light() 883 fcmd[EYE_Z] = - ctx->_EyeZDir[2]; in update_light()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 1103 fcmd[EYE_X] = ctx->_EyeZDir[0]; in update_light() 1104 fcmd[EYE_Y] = ctx->_EyeZDir[1]; in update_light() 1105 fcmd[EYE_Z] = - ctx->_EyeZDir[2]; in update_light()
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 534 ADD_3V(value, p, ctx->_EyeZDir); in _mesa_fetch_state()
|