Lines Matching refs: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; member
365 GLint s = FixedToInt(span->intTex[0]) & info->smask; \ in affine_span()
382 const GLint s = FixedToInt(span->intTex[0]) & info->smask; \ in affine_span()
395 if (s == info->smask) { \ in affine_span()
553 info.smask = texImg->Width - 1; \
599 GLint smask, tmask; member
624 GLint s = IFLOOR(s_tmp) & info->smask; \ in fast_persp_span()
647 const GLint s = FixedToInt(FixedFloor(s_fix)) & info->smask; \ in fast_persp_span()
660 if (s == info->smask) { \ in fast_persp_span()
682 tex_coord[0] = span->attrStart[VARYING_SLOT_TEX0][0] * (info->smask + 1); in fast_persp_span()
683 tex_step[0] = span->attrStepX[VARYING_SLOT_TEX0][0] * (info->smask + 1); in fast_persp_span()
820 info.smask = texImg->Width - 1; \