Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dlight.c704 ACC_SCALE_3V( ctx->Light._BaseColor[0], mat[MAT_ATTRIB_FRONT_AMBIENT], in _mesa_update_material()
710 ACC_SCALE_3V( ctx->Light._BaseColor[1], mat[MAT_ATTRIB_BACK_AMBIENT], in _mesa_update_material()
Dmacros.h482 #define ACC_SCALE_3V( DST, SRCA, SRCB ) \ macro