Home | History | Annotate | Download | only in swrast

Lines Matching defs:smask

138    const GLint smask = texImg->Width - 1;				\
151 GLint s = FixedToInt(span.intTex[0]) & smask; \
196 const GLint smask = texImg->Width - 1; \
212 GLint s = FixedToInt(span.intTex[0]) & smask; \
243 GLint smask, tmask;
365 GLint s = FixedToInt(span->intTex[0]) & info->smask; \
382 const GLint s = FixedToInt(span->intTex[0]) & info->smask; \
395 if (s == info->smask) { \
553 info.smask = texImg->Width - 1; \
599 GLint smask, tmask;
624 GLint s = IFLOOR(s_tmp) & info->smask; \
647 const GLint s = FixedToInt(FixedFloor(s_fix)) & info->smask; \
660 if (s == info->smask) { \
682 tex_coord[0] = span->attrStart[VARYING_SLOT_TEX0][0] * (info->smask + 1);
683 tex_step[0] = span->attrStepX[VARYING_SLOT_TEX0][0] * (info->smask + 1);
820 info.smask = texImg->Width - 1; \