Home | History | Annotate | Download | only in swrast

Lines Matching refs:GCOMP

155       rgba[i][GCOMP] = texture[pos+1];					\
216 rgba[i][GCOMP] = texture[pos+1]; \
284 sample[GCOMP] = tex00[1]; \
290 sample[GCOMP] = ilerp_2d(sf, tf, tex00[1], tex01[1], tex10[1], tex11[1]);\
296 sample[GCOMP] = tex00[2]; \
302 sample[GCOMP] = ilerp_2d(sf, tf, tex00[2], tex01[2], tex10[2], tex11[2]);\
308 dest[GCOMP] = span->green * (sample[GCOMP] + 1u) >> (FIXED_SHIFT + 8); \
316 dest[GCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->green + \
317 ((sample[ACOMP] + 1) * sample[GCOMP] << FIXED_SHIFT)) \
327 dest[GCOMP] = ((CHAN_MAX - sample[GCOMP]) * span->green \
328 + (sample[GCOMP] + 1) * info->eg) >> (FIXED_SHIFT + 8); \
338 GLint gSum = FixedToInt(span->green) + (GLint) sample[GCOMP]; \
341 dest[GCOMP] = MIN2(gSum, CHAN_MAX); \
357 dest[GCOMP] = tex00[2]; \
565 info.eg = FloatToFixed(unit->EnvColor[GCOMP] * CHAN_MAXF); \
831 info.eg = FloatToFixed(unit->EnvColor[GCOMP] * CHAN_MAXF); \