Lines Matching refs: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; member
364 GLint s = FixedToInt(span->intTex[0]) & info->smask; \ in affine_span()
381 const GLint s = FixedToInt(span->intTex[0]) & info->smask; \ in affine_span()
394 if (s == info->smask) { \ in affine_span()
552 info.smask = texImg->Width - 1; \
598 GLint smask, tmask; member
623 GLint s = IFLOOR(s_tmp) & info->smask; \ in fast_persp_span()
646 const GLint s = FixedToInt(FixedFloor(s_fix)) & info->smask; \ in fast_persp_span()
659 if (s == info->smask) { \ in fast_persp_span()
681 tex_coord[0] = span->attrStart[FRAG_ATTRIB_TEX0][0] * (info->smask + 1); in fast_persp_span()
682 tex_step[0] = span->attrStepX[FRAG_ATTRIB_TEX0][0] * (info->smask + 1); in fast_persp_span()
819 info.smask = texImg->Width - 1; \