Home | History | Annotate | Download | only in swrast

Lines Matching refs:FixedToInt

150       GLint s = FixedToInt(span.intTex[0]) & smask;			\
151 GLint t = FixedToInt(span.intTex[1]) & tmask; \
211 GLint s = FixedToInt(span.intTex[0]) & smask; \
212 GLint t = FixedToInt(span.intTex[1]) & tmask; \
322 dest[ACOMP] = FixedToInt(span->alpha)
337 GLint rSum = FixedToInt(span->red) + (GLint) sample[RCOMP]; \
338 GLint gSum = FixedToInt(span->green) + (GLint) sample[GCOMP]; \
339 GLint bSum = FixedToInt(span->blue) + (GLint) sample[BCOMP]; \
353 dest[3] = FixedToInt(span->alpha);
364 GLint s = FixedToInt(span->intTex[0]) & info->smask; \
365 GLint t = FixedToInt(span->intTex[1]) & info->tmask; \
381 const GLint s = FixedToInt(span->intTex[0]) & info->smask; \
382 const GLint t = FixedToInt(span->intTex[1]) & info->tmask; \
646 const GLint s = FixedToInt(FixedFloor(s_fix)) & info->smask; \
647 const GLint t = FixedToInt(FixedFloor(t_fix)) & info->tmask; \