Lines Matching refs:RCOMP
155 rgba[i][RCOMP] = texture[pos+2]; \
216 rgba[i][RCOMP] = texture[pos+2]; \
284 sample[RCOMP] = tex00[2]; \ in affine_span()
290 sample[RCOMP] = ilerp_2d(sf, tf, tex00[2], tex01[2], tex10[2], tex11[2]);\ in affine_span()
296 sample[RCOMP] = tex00[3]; \ in affine_span()
302 sample[RCOMP] = ilerp_2d(sf, tf, tex00[3], tex01[3], tex10[3], tex11[3]);\ in affine_span()
308 dest[RCOMP] = span->red * (sample[RCOMP] + 1u) >> (FIXED_SHIFT + 8); \ in affine_span()
314 dest[RCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->red + \ in affine_span()
315 ((sample[ACOMP] + 1) * sample[RCOMP] << FIXED_SHIFT)) \ in affine_span()
326 dest[RCOMP] = ((CHAN_MAX - sample[RCOMP]) * span->red \ in affine_span()
327 + (sample[RCOMP] + 1) * info->er) >> (FIXED_SHIFT + 8); \ in affine_span()
338 GLint rSum = FixedToInt(span->red) + (GLint) sample[RCOMP]; \ in affine_span()
341 dest[RCOMP] = MIN2(rSum, CHAN_MAX); \ in affine_span()
357 dest[RCOMP] = tex00[3]; \ in affine_span()
565 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \
831 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \