HomeSort by relevance Sort by last modified time
    Searched refs:_h_inf_norm (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 203 h = light->_h_inf_norm;
383 h = light->_h_inf_norm;
485 GLfloat n_dot_h = -DOT3(normal, light->_h_inf_norm);
499 GLfloat n_dot_h = DOT3(normal, light->_h_inf_norm);
597 n_dot_h = DOT3(normal, light->_h_inf_norm);
606 n_dot_h = -DOT3(normal, light->_h_inf_norm);
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 229 OFFSET( "LIGHT_H_INF_NORM ", struct gl_light, _h_inf_norm );
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 302 PUSH_DATAp(push, l->_h_inf_norm, 3);
nv20_state_tnl.c 218 PUSH_DATAp(push, l->_h_inf_norm, 3);
  /external/mesa3d/src/mesa/main/
light.c 982 /* _h_inf_norm = Normalize( V_to_P + <0,0,1> ) */
983 ADD_3V( light->_h_inf_norm, light->_VP_inf_norm, ctx->_EyeZDir);
984 NORMALIZE_3FV( light->_h_inf_norm );
    [all...]
rastpos.c 216 h = light->_h_inf_norm;
mtypes.h 361 GLfloat _h_inf_norm[3]; /**< Norm( _VP_inf_norm + <0,0,1> ) */ member in struct:gl_light
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 846 * _h_inf_norm
904 COPY_3FV( &fcmd[LIT_DIRECTION_X], l->_h_inf_norm );
    [all...]

Completed in 538 milliseconds