Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dlight.c685 SCALE_3V( light->_MatAmbient[0], lu->Ambient, in _mesa_update_material()
696 SCALE_3V( light->_MatAmbient[1], lu->Ambient, in _mesa_update_material()
721 SCALE_3V( light->_MatDiffuse[0], lu->Diffuse, in _mesa_update_material()
732 SCALE_3V( light->_MatDiffuse[1], lu->Diffuse, in _mesa_update_material()
744 SCALE_3V( light->_MatSpecular[0], lu->Specular, in _mesa_update_material()
755 SCALE_3V( light->_MatSpecular[1], lu->Specular, in _mesa_update_material()
Dmacros.h458 #define SCALE_3V( DST, SRCA, SRCB ) \ macro