Lines Matching refs:BCOMP
156 rgba[i][BCOMP] = texture[pos+0]; \
217 rgba[i][BCOMP] = texture[pos+0]; \
285 sample[BCOMP] = tex00[0]; \ in affine_span()
291 sample[BCOMP] = ilerp_2d(sf, tf, tex00[0], tex01[0], tex10[0], tex11[0]);\ in affine_span()
297 sample[BCOMP] = tex00[1]; \ in affine_span()
303 sample[BCOMP] = ilerp_2d(sf, tf, tex00[1], tex01[1], tex10[1], tex11[1]);\ in affine_span()
309 dest[BCOMP] = span->blue * (sample[BCOMP] + 1u) >> (FIXED_SHIFT + 8); \ in affine_span()
319 dest[BCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->blue + \ in affine_span()
320 ((sample[ACOMP] + 1) * sample[BCOMP] << FIXED_SHIFT)) \ in affine_span()
329 dest[BCOMP] = ((CHAN_MAX - sample[BCOMP]) * span->blue \ in affine_span()
330 + (sample[BCOMP] + 1) * info->eb) >> (FIXED_SHIFT + 8); \ in affine_span()
339 GLint bSum = FixedToInt(span->blue) + (GLint) sample[BCOMP]; \ in affine_span()
342 dest[BCOMP] = MIN2(bSum, CHAN_MAX); \ in affine_span()
358 dest[BCOMP] = tex00[1]; \ in affine_span()
566 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \
832 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \