Home | History | Annotate | Download | only in swrast

Lines Matching defs:tmask

138    const GLint tmask = texImg->Height - 1;				\
151 GLint t = FixedToInt(span.intTex[1]) & tmask; \
196 const GLint tmask = texImg->Height - 1; \
212 GLint t = FixedToInt(span.intTex[1]) & tmask; \
242 GLint smask, tmask;
365 GLint t = FixedToInt(span->intTex[1]) & info->tmask; \
382 const GLint t = FixedToInt(span->intTex[1]) & info->tmask; \
390 if (t == info->tmask) { \
553 info.tmask = texImg->Height - 1; \
598 GLint smask, tmask;
624 GLint t = IFLOOR(t_tmp) & info->tmask; \
647 const GLint t = FixedToInt(FixedFloor(t_fix)) & info->tmask; \
655 if (t == info->tmask) { \
683 tex_coord[1] = span->attrStart[FRAG_ATTRIB_TEX0][1] * (info->tmask + 1);
684 tex_step[1] = span->attrStepX[FRAG_ATTRIB_TEX0][1] * (info->tmask + 1);
820 info.tmask = texImg->Height - 1; \