Lines Matching refs:ACOMP
597 FX64_OR32(hi, (GLuint)(vec[j][ACOMP] / 8.0F)); in fxt1_quantize_ALPHA0()
768 FX64_OR32(hi, (GLuint)(vec[j][ACOMP] / 8.0F)); in fxt1_quantize_ALPHA1()
1212 if (reord[l][ACOMP] < (255 - ALPHA_TS)) { in fxt1_quantize()
1387 rgba[RCOMP] = rgba[GCOMP] = rgba[BCOMP] = rgba[ACOMP] = 0; in fxt1_decode_1HI()
1407 rgba[ACOMP] = 255; in fxt1_decode_1HI()
1431 rgba[ACOMP] = 255; in fxt1_decode_1CHROMA()
1475 rgba[RCOMP] = rgba[BCOMP] = rgba[GCOMP] = rgba[ACOMP] = 0; in fxt1_decode_1MIXED()
1494 rgba[ACOMP] = 255; in fxt1_decode_1MIXED()
1516 rgba[ACOMP] = 255; in fxt1_decode_1MIXED()
1539 col0[ACOMP] = CC_SEL(cc, 119); in fxt1_decode_1ALPHA()
1546 col0[ACOMP] = CC_SEL(cc, 109); in fxt1_decode_1ALPHA()
1553 a = UP5(col0[ACOMP]); in fxt1_decode_1ALPHA()
1563 a = LERP(3, t, UP5(col0[ACOMP]), UP5(CC_SEL(cc, 114))); in fxt1_decode_1ALPHA()
1592 rgba[ACOMP] = a; in fxt1_decode_1ALPHA()
1636 texel[ACOMP] = 1.0F; in fetch_rgb_fxt1()
1649 texel[ACOMP] = UBYTE_TO_FLOAT(rgba[ACOMP]); in fetch_rgba_fxt1()