Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h103 #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()