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

  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 119 GLfloat n_dot_VP; /* n dot VP */
162 n_dot_VP = DOT3( normal, VP );
165 if (n_dot_VP < 0.0F) {
170 n_dot_VP = -n_dot_VP;
185 ACC_SCALE_SCALAR_3V(contrib, n_dot_VP, light->_MatDiffuse[side]);
298 GLfloat n_dot_VP; /* n dot VP */
341 n_dot_VP = DOT3( normal, VP );
344 if (n_dot_VP < 0.0F) {
349 n_dot_VP = -n_dot_VP
    [all...]
  /external/mesa3d/src/mesa/main/
rastpos.c 141 GLfloat n_dot_VP;
184 n_dot_VP = DOT3( normal, VP );
186 if (n_dot_VP < 0.0F) {
193 ACC_SCALE_SCALAR_3V(diffuseContrib, n_dot_VP, light->_MatDiffuse[0]);

Completed in 1109 milliseconds