Lines Matching defs: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;
366 GLint t = FixedToInt(span->intTex[1]) & info->tmask; \
383 const GLint t = FixedToInt(span->intTex[1]) & info->tmask; \
391 if (t == info->tmask) { \
554 info.tmask = texImg->Height - 1; \
599 GLint smask, tmask;
625 GLint t = IFLOOR(t_tmp) & info->tmask; \
648 const GLint t = FixedToInt(FixedFloor(t_fix)) & info->tmask; \
656 if (t == info->tmask) { \
684 tex_coord[1] = span->attrStart[VARYING_SLOT_TEX0][1] * (info->tmask + 1);
685 tex_step[1] = span->attrStepX[VARYING_SLOT_TEX0][1] * (info->tmask + 1);
821 info.tmask = texImg->Height - 1; \