Home
last modified time | relevance | path

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

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