Lines Matching refs:FixedToInt
151 GLint s = FixedToInt(span.intTex[0]) & smask; \
152 GLint t = FixedToInt(span.intTex[1]) & tmask; \
212 GLint s = FixedToInt(span.intTex[0]) & smask; \
213 GLint t = FixedToInt(span.intTex[1]) & tmask; \
323 dest[ACOMP] = FixedToInt(span->alpha)
338 GLint rSum = FixedToInt(span->red) + (GLint) sample[RCOMP]; \
339 GLint gSum = FixedToInt(span->green) + (GLint) sample[GCOMP]; \
340 GLint bSum = FixedToInt(span->blue) + (GLint) sample[BCOMP]; \
354 dest[3] = FixedToInt(span->alpha);
365 GLint s = FixedToInt(span->intTex[0]) & info->smask; \
366 GLint t = FixedToInt(span->intTex[1]) & info->tmask; \
382 const GLint s = FixedToInt(span->intTex[0]) & info->smask; \
383 const GLint t = FixedToInt(span->intTex[1]) & info->tmask; \
647 const GLint s = FixedToInt(FixedFloor(s_fix)) & info->smask; \
648 const GLint t = FixedToInt(FixedFloor(t_fix)) & info->tmask; \