Lines Matching refs:GCOMP
156 rgba[i][GCOMP] = texture[pos+1]; \
217 rgba[i][GCOMP] = texture[pos+1]; \
285 sample[GCOMP] = tex00[1]; \ in affine_span()
291 sample[GCOMP] = ilerp_2d(sf, tf, tex00[1], tex01[1], tex10[1], tex11[1]);\ in affine_span()
297 sample[GCOMP] = tex00[2]; \ in affine_span()
303 sample[GCOMP] = ilerp_2d(sf, tf, tex00[2], tex01[2], tex10[2], tex11[2]);\ in affine_span()
309 dest[GCOMP] = span->green * (sample[GCOMP] + 1u) >> (FIXED_SHIFT + 8); \ in affine_span()
317 dest[GCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->green + \ in affine_span()
318 ((sample[ACOMP] + 1) * sample[GCOMP] << FIXED_SHIFT)) \ in affine_span()
328 dest[GCOMP] = ((CHAN_MAX - sample[GCOMP]) * span->green \ in affine_span()
329 + (sample[GCOMP] + 1) * info->eg) >> (FIXED_SHIFT + 8); \ in affine_span()
339 GLint gSum = FixedToInt(span->green) + (GLint) sample[GCOMP]; \ in affine_span()
342 dest[GCOMP] = MIN2(gSum, CHAN_MAX); \ in affine_span()
358 dest[GCOMP] = tex00[2]; \ in affine_span()
566 info.eg = FloatToFixed(unit->EnvColor[GCOMP] * CHAN_MAXF); \
832 info.eg = FloatToFixed(unit->EnvColor[GCOMP] * CHAN_MAXF); \