Lines Matching refs:DOT3
144 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection); in TAG()
160 n_dot_VP = DOT3( normal, VP ); in TAG()
204 n_dot_h = correction * DOT3(normal, h); in TAG()
322 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection); in TAG()
338 n_dot_VP = DOT3( normal, VP ); in TAG()
383 n_dot_h = correction * DOT3(normal, h); in TAG()
477 n_dot_VP = DOT3(normal, light->_VP_inf_norm); in TAG()
481 GLfloat n_dot_h = -DOT3(normal, light->_h_inf_norm); in TAG()
495 GLfloat n_dot_h = DOT3(normal, light->_h_inf_norm); in TAG()
586 n_dot_VP = DOT3(normal, light->_VP_inf_norm); in TAG()
590 n_dot_h = DOT3(normal, light->_h_inf_norm); in TAG()
599 n_dot_h = -DOT3(normal, light->_h_inf_norm); in TAG()