Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Drastpos.c142 GLfloat diffuseContrib[3], specularContrib[3]; in shade_rastpos() local
192 COPY_3V(diffuseContrib, light->_MatAmbient[0]); in shade_rastpos()
193 ACC_SCALE_SCALAR_3V(diffuseContrib, n_dot_VP, light->_MatDiffuse[0]); in shade_rastpos()
234 ACC_SCALE_SCALAR_3V( diffuseContrib, spec_coef, in shade_rastpos()
241 ACC_SCALE_SCALAR_3V( diffuseColor, attenuation, diffuseContrib ); in shade_rastpos()