Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_vb_lighttmp.h199 ACC_3V(h, ctx->_EyeZDir); in TAG()
379 ACC_3V(h, ctx->_EyeZDir); in TAG()
471 ACC_3V(base[0], ctx->Light._BaseColor[0] ); in TAG()
476 ACC_3V(base[1], ctx->Light._BaseColor[1]); in TAG()
588 ACC_3V(sum[0], light->_MatAmbient[0]); in TAG()
590 ACC_3V(sum[1], light->_MatAmbient[1]); in TAG()
/external/mesa3d/src/mesa/main/
Dmacros.h471 #define ACC_3V( DST, SRC ) \ macro
Drastpos.c229 ACC_3V(VP, ctx->_EyeZDir); in shade_rastpos()