Lines Matching refs:RCOMP
154 rgba[i][RCOMP] = texture[pos+2]; \
215 rgba[i][RCOMP] = texture[pos+2]; \
283 sample[RCOMP] = tex00[2]; \ in affine_span()
289 sample[RCOMP] = ilerp_2d(sf, tf, tex00[2], tex01[2], tex10[2], tex11[2]);\ in affine_span()
295 sample[RCOMP] = tex00[3]; \ in affine_span()
301 sample[RCOMP] = ilerp_2d(sf, tf, tex00[3], tex01[3], tex10[3], tex11[3]);\ in affine_span()
307 dest[RCOMP] = span->red * (sample[RCOMP] + 1u) >> (FIXED_SHIFT + 8); \ in affine_span()
313 dest[RCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->red + \ in affine_span()
314 ((sample[ACOMP] + 1) * sample[RCOMP] << FIXED_SHIFT)) \ in affine_span()
325 dest[RCOMP] = ((CHAN_MAX - sample[RCOMP]) * span->red \ in affine_span()
326 + (sample[RCOMP] + 1) * info->er) >> (FIXED_SHIFT + 8); \ in affine_span()
337 GLint rSum = FixedToInt(span->red) + (GLint) sample[RCOMP]; \ in affine_span()
340 dest[RCOMP] = MIN2(rSum, CHAN_MAX); \ in affine_span()
356 dest[RCOMP] = tex00[3]; \ in affine_span()
564 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \
830 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \