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

  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 146 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection);
162 n_dot_VP = DOT3( normal, VP );
206 n_dot_h = correction * DOT3(normal, h);
325 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection);
341 n_dot_VP = DOT3( normal, VP );
386 n_dot_h = correction * DOT3(normal, h);
481 n_dot_VP = DOT3(normal, light->_VP_inf_norm);
485 GLfloat n_dot_h = -DOT3(normal, light->_h_inf_norm);
499 GLfloat n_dot_h = DOT3(normal, light->_h_inf_norm);
593 n_dot_VP = DOT3(normal, light->_VP_inf_norm)
    [all...]
t_vb_texgen.c 112 two_nu = 2.0F * DOT3(norm,u);
141 two_nu = 2.0F * DOT3(norm,u);
189 two_nu = 2.0F * DOT3(norm,u);
217 two_nu = 2.0F * DOT3(norm,u);
  /external/mesa3d/src/mesa/main/
rastpos.c 169 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection);
184 n_dot_VP = DOT3( normal, VP );
219 n_dot_h = DOT3(normal, h);
275 two_nu = 2.0F * DOT3(normal, u);
macros.h 734 DOT3(const GLfloat a[3], const GLfloat b[3])
749 return DOT3(v, v);
light.c 1015 GLfloat PV_dot_dir = - DOT3(light->_VP_inf_norm,
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c     [all...]
  /external/mesa3d/src/mesa/program/
prog_execute.c 541 result[0] = result[1] = result[2] = result[3] = DOT3(a, b);
568 result[0] = result[1] = result[2] = result[3] = DOT3(a, b) + b[3];
    [all...]

Completed in 91 milliseconds