Searched refs:CLAMP_INTERPOLANT (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_tritemp.h | 103 #ifndef CLAMP_INTERPOLANT 104 #define CLAMP_INTERPOLANT(CHANNEL, CHANNELSTEP, LEN) \ macro 817 CLAMP_INTERPOLANT(red, redStep, len); in NAME() 818 CLAMP_INTERPOLANT(green, greenStep, len); in NAME() 819 CLAMP_INTERPOLANT(blue, blueStep, len); in NAME() 822 CLAMP_INTERPOLANT(alpha, alphaStep, len); in NAME()
|