Home | History | Annotate | Download | only in swrast

Lines Matching refs:ACOMP

157       rgba[i][ACOMP] = 0xff;                                            \
218 rgba[i][ACOMP] = 0xff; \
286 sample[ACOMP] = CHAN_MAX;
292 sample[ACOMP] = CHAN_MAX;
298 sample[ACOMP] = tex00[0];
304 sample[ACOMP] = ilerp_2d(sf, tf, tex00[0], tex01[0], tex10[0], tex11[0])
310 dest[ACOMP] = span->alpha * (sample[ACOMP] + 1u) >> (FIXED_SHIFT + 8)
313 dest[RCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->red + \
314 ((sample[ACOMP] + 1) * sample[RCOMP] << FIXED_SHIFT)) \
316 dest[GCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->green + \
317 ((sample[ACOMP] + 1) * sample[GCOMP] << FIXED_SHIFT)) \
319 dest[BCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->blue + \
320 ((sample[ACOMP] + 1) * sample[BCOMP] << FIXED_SHIFT)) \
322 dest[ACOMP] = FixedToInt(span->alpha)
331 dest[ACOMP] = span->alpha * (sample[ACOMP] + 1) >> (FIXED_SHIFT + 8)
343 dest[ACOMP] = span->alpha * (sample[ACOMP] + 1) >> (FIXED_SHIFT + 8); \
359 dest[ACOMP] = tex00[0]
567 info.ea = FloatToFixed(unit->EnvColor[ACOMP] * CHAN_MAXF); \
833 info.ea = FloatToFixed(unit->EnvColor[ACOMP] * CHAN_MAXF); \