Searched refs:CLAMP_INTERPOLANT (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_tritemp.h102 #ifndef CLAMP_INTERPOLANT
103 #define CLAMP_INTERPOLANT(CHANNEL, CHANNELSTEP, LEN) \ macro
816 CLAMP_INTERPOLANT(red, redStep, len);
817 CLAMP_INTERPOLANT(green, greenStep, len);
818 CLAMP_INTERPOLANT(blue, blueStep, len);
821 CLAMP_INTERPOLANT(alpha, alphaStep, len);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_tritemp.h103 #ifndef CLAMP_INTERPOLANT
104 #define CLAMP_INTERPOLANT(CHANNEL, CHANNELSTEP, LEN) \ macro
817 CLAMP_INTERPOLANT(red, redStep, len);
818 CLAMP_INTERPOLANT(green, greenStep, len);
819 CLAMP_INTERPOLANT(blue, blueStep, len);
822 CLAMP_INTERPOLANT(alpha, alphaStep, len);

Completed in 4 milliseconds