Searched refs:ACC_3V (Results 1 – 3 of 3) sorted by relevance
197 ACC_3V(h, ctx->_EyeZDir); in TAG()376 ACC_3V(h, ctx->_EyeZDir); in TAG()467 ACC_3V(base[0], ctx->Light._BaseColor[0] ); in TAG()472 ACC_3V(base[1], ctx->Light._BaseColor[1]); in TAG()581 ACC_3V(sum[0], light->_MatAmbient[0]); in TAG()583 ACC_3V(sum[1], light->_MatAmbient[1]); in TAG()
204 ACC_3V(VP, ctx->_EyeZDir); in shade_rastpos()
431 #define ACC_3V( DST, SRC ) \ macro