Home | History | Annotate | Download | only in swrast

Lines Matching refs:COMP

617 #define SPAN_NEAREST(DO_TEX,COMP)					\
626 const GLchan *tex00 = info->texture + COMP * pos; \
638 #define SPAN_LINEAR(DO_TEX,COMP) \
651 const GLchan *tex00 = info->texture + COMP * pos; \
653 const GLchan *tex01 = tex00 + COMP; \
654 const GLchan *tex11 = tex10 + COMP; \