Lines Matching refs:tmask
139 const GLint tmask = texImg->Height - 1; \
152 GLint t = FixedToInt(span.intTex[1]) & tmask; \
197 const GLint tmask = texImg->Height - 1; \
213 GLint t = FixedToInt(span.intTex[1]) & tmask; \
243 GLint smask, tmask; member
366 GLint t = FixedToInt(span->intTex[1]) & info->tmask; \ in affine_span()
383 const GLint t = FixedToInt(span->intTex[1]) & info->tmask; \ in affine_span()
391 if (t == info->tmask) { \ in affine_span()
554 info.tmask = texImg->Height - 1; \
599 GLint smask, tmask; member
625 GLint t = IFLOOR(t_tmp) & info->tmask; \ in fast_persp_span()
648 const GLint t = FixedToInt(FixedFloor(t_fix)) & info->tmask; \ in fast_persp_span()
656 if (t == info->tmask) { \ in fast_persp_span()
684 tex_coord[1] = span->attrStart[VARYING_SLOT_TEX0][1] * (info->tmask + 1); in fast_persp_span()
685 tex_step[1] = span->attrStepX[VARYING_SLOT_TEX0][1] * (info->tmask + 1); in fast_persp_span()
821 info.tmask = texImg->Height - 1; \