Searched refs:diffuseContrib (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/tnl/
H A Dt_rasterpos.c135 GLfloat diffuseContrib[3], specularContrib[3]; local
185 COPY_3V(diffuseContrib, light->_MatAmbient[0]);
186 ACC_SCALE_SCALAR_3V(diffuseContrib, n_dot_VP, light->_MatDiffuse[0]);
227 ACC_SCALE_SCALAR_3V( diffuseContrib, spec_coef,
234 ACC_SCALE_SCALAR_3V( diffuseColor, attenuation, diffuseContrib );

Completed in 70 milliseconds