Lines Matching refs:ACOMP
158 rgba[i][ACOMP] = 0xff; \
219 rgba[i][ACOMP] = 0xff; \
287 sample[ACOMP] = CHAN_MAX;
293 sample[ACOMP] = CHAN_MAX;
299 sample[ACOMP] = tex00[0];
305 sample[ACOMP] = ilerp_2d(sf, tf, tex00[0], tex01[0], tex10[0], tex11[0])
311 dest[ACOMP] = span->alpha * (sample[ACOMP] + 1u) >> (FIXED_SHIFT + 8)
314 dest[RCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->red + \
315 ((sample[ACOMP] + 1) * sample[RCOMP] << FIXED_SHIFT)) \
317 dest[GCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->green + \
318 ((sample[ACOMP] + 1) * sample[GCOMP] << FIXED_SHIFT)) \
320 dest[BCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->blue + \
321 ((sample[ACOMP] + 1) * sample[BCOMP] << FIXED_SHIFT)) \
323 dest[ACOMP] = FixedToInt(span->alpha)
332 dest[ACOMP] = span->alpha * (sample[ACOMP] + 1) >> (FIXED_SHIFT + 8)
344 dest[ACOMP] = span->alpha * (sample[ACOMP] + 1) >> (FIXED_SHIFT + 8); \
360 dest[ACOMP] = tex00[0]
568 info.ea = FloatToFixed(unit->EnvColor[ACOMP] * CHAN_MAXF); \
834 info.ea = FloatToFixed(unit->EnvColor[ACOMP] * CHAN_MAXF); \