Searched refs:n_dot_VP (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_lighttmp.h | 119 GLfloat n_dot_VP; /* n dot VP */ local in function:TAG 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 */ local in function:TAG 341 n_dot_VP = DOT3( normal, VP ); 344 if (n_dot_VP < 0.0F) { 349 n_dot_VP 458 GLfloat n_dot_VP; local in function:TAG 586 GLfloat n_dot_h, n_dot_VP, spec; local in function:TAG [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_lighttmp.h | 120 GLfloat n_dot_VP; /* n dot VP */ local in function:TAG 163 n_dot_VP = DOT3( normal, VP ); 166 if (n_dot_VP < 0.0F) { 171 n_dot_VP = -n_dot_VP; 186 ACC_SCALE_SCALAR_3V(contrib, n_dot_VP, light->_MatDiffuse[side]); 300 GLfloat n_dot_VP; /* n dot VP */ local in function:TAG 343 n_dot_VP = DOT3( normal, VP ); 346 if (n_dot_VP < 0.0F) { 351 n_dot_VP 460 GLfloat n_dot_VP; local in function:TAG 588 GLfloat n_dot_h, n_dot_VP, spec; local in function:TAG [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | rastpos.c | 159 GLfloat n_dot_VP; local in function:shade_rastpos 202 n_dot_VP = DOT3( normal, VP ); 204 if (n_dot_VP < 0.0F) { 211 ACC_SCALE_SCALAR_3V(diffuseContrib, n_dot_VP, light->_MatDiffuse[0]);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | rastpos.c | 163 GLfloat n_dot_VP; local in function:shade_rastpos 206 n_dot_VP = DOT3( normal, VP ); 208 if (n_dot_VP < 0.0F) { 215 ACC_SCALE_SCALAR_3V(diffuseContrib, n_dot_VP, light->_MatDiffuse[0]);
|
Completed in 5 milliseconds