Lines Matching refs:normal
59 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
88 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) { in TAG()
162 n_dot_VP = DOT3( normal, VP ); in TAG()
206 n_dot_h = correction * DOT3(normal, h); in TAG()
245 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
269 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) { in TAG()
341 n_dot_VP = DOT3( normal, VP ); in TAG()
386 n_dot_h = correction * DOT3(normal, h); in TAG()
421 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
456 for (j = 0; j < nr; j++, STRIDE_F(normal,nstride)) { in TAG()
481 n_dot_VP = DOT3(normal, light->_VP_inf_norm); in TAG()
485 GLfloat n_dot_h = -DOT3(normal, light->_h_inf_norm); in TAG()
499 GLfloat n_dot_h = DOT3(normal, light->_h_inf_norm); in TAG()
527 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
562 for (j = 0; j < nr; j++, STRIDE_F(normal,nstride)) { in TAG()
593 n_dot_VP = DOT3(normal, light->_VP_inf_norm); in TAG()
597 n_dot_h = DOT3(normal, light->_h_inf_norm); in TAG()
606 n_dot_h = -DOT3(normal, light->_h_inf_norm); in TAG()