Home | History | Annotate | Download | only in swrast

Lines Matching defs:smask

137    const GLint smask = texImg->Width - 1;				\
150 GLint s = FixedToInt(span.intTex[0]) & smask; \
195 const GLint smask = texImg->Width - 1; \
211 GLint s = FixedToInt(span.intTex[0]) & smask; \
242 GLint smask, tmask;
364 GLint s = FixedToInt(span->intTex[0]) & info->smask; \
381 const GLint s = FixedToInt(span->intTex[0]) & info->smask; \
394 if (s == info->smask) { \
552 info.smask = texImg->Width - 1; \
598 GLint smask, tmask;
623 GLint s = IFLOOR(s_tmp) & info->smask; \
646 const GLint s = FixedToInt(FixedFloor(s_fix)) & info->smask; \
659 if (s == info->smask) { \
681 tex_coord[0] = span->attrStart[FRAG_ATTRIB_TEX0][0] * (info->smask + 1);
682 tex_step[0] = span->attrStepX[FRAG_ATTRIB_TEX0][0] * (info->smask + 1);
819 info.smask = texImg->Width - 1; \