Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Drastpos.c160 GLfloat diffuseContrib[3], specularContrib[3]; in shade_rastpos() local
210 COPY_3V(diffuseContrib, light->_MatAmbient[0]); in shade_rastpos()
211 ACC_SCALE_SCALAR_3V(diffuseContrib, n_dot_VP, light->_MatDiffuse[0]); in shade_rastpos()
252 ACC_SCALE_SCALAR_3V( diffuseContrib, spec_coef, in shade_rastpos()
259 ACC_SCALE_SCALAR_3V( diffuseColor, attenuation, diffuseContrib ); in shade_rastpos()