Lines Matching refs:normal
60 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
89 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) { in TAG()
160 n_dot_VP = DOT3( normal, VP ); in TAG()
204 n_dot_h = correction * DOT3(normal, h); in TAG()
243 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
267 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) { in TAG()
338 n_dot_VP = DOT3( normal, VP ); in TAG()
383 n_dot_h = correction * DOT3(normal, h); in TAG()
418 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
452 for (j = 0; j < nr; j++, STRIDE_F(normal,nstride)) { 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()
523 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
559 for (j = 0; j < nr; j++, STRIDE_F(normal,nstride)) { 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()