Lines Matching refs:GCOMP
988 FX64_MOV32(hi, 9 | (vec[3][GCOMP] & 4) | ((vec[1][GCOMP] >> 1) & 2)); /* chroma = "1" */ in fxt1_quantize_MIXED1()
1113 if ((GLint)((lolo >> 1) & 1) != (((vec[1][GCOMP] ^ vec[0][GCOMP]) >> 2) & 1)) { in fxt1_quantize_MIXED0()
1146 if ((GLint)((lohi >> 1) & 1) != (((vec[3][GCOMP] ^ vec[2][GCOMP]) >> 2) & 1)) { in fxt1_quantize_MIXED0()
1157 FX64_MOV32(hi, 8 | (vec[3][GCOMP] & 4) | ((vec[1][GCOMP] >> 1) & 2)); /* chroma = "1" */ in fxt1_quantize_MIXED0()
1392 rgba[RCOMP] = rgba[GCOMP] = rgba[BCOMP] = rgba[ACOMP] = 0; in fxt1_decode_1HI()
1410 rgba[GCOMP] = g; in fxt1_decode_1HI()
1434 rgba[GCOMP] = UP5(kk >> 5); in fxt1_decode_1CHROMA()
1453 col[0][GCOMP] = CC_SEL(cc, 99); in fxt1_decode_1MIXED()
1457 col[1][GCOMP] = CC_SEL(cc, 114); in fxt1_decode_1MIXED()
1465 col[0][GCOMP] = CC_SEL(cc, 69); in fxt1_decode_1MIXED()
1469 col[1][GCOMP] = CC_SEL(cc, 84); in fxt1_decode_1MIXED()
1480 rgba[RCOMP] = rgba[BCOMP] = rgba[GCOMP] = rgba[ACOMP] = 0; in fxt1_decode_1MIXED()
1485 g = UP5(col[0][GCOMP]); in fxt1_decode_1MIXED()
1489 g = UP6(col[1][GCOMP], glsb); in fxt1_decode_1MIXED()
1493 g = (UP5(col[0][GCOMP]) + UP6(col[1][GCOMP], glsb)) / 2; in fxt1_decode_1MIXED()
1497 rgba[GCOMP] = g; in fxt1_decode_1MIXED()
1506 g = UP6(col[0][GCOMP], glsb ^ selb); in fxt1_decode_1MIXED()
1510 g = UP6(col[1][GCOMP], glsb); in fxt1_decode_1MIXED()
1514 g = LERP(3, t, UP6(col[0][GCOMP], glsb ^ selb), in fxt1_decode_1MIXED()
1515 UP6(col[1][GCOMP], glsb)); in fxt1_decode_1MIXED()
1519 rgba[GCOMP] = g; in fxt1_decode_1MIXED()
1542 col0[GCOMP] = CC_SEL(cc, 99); in fxt1_decode_1ALPHA()
1549 col0[GCOMP] = CC_SEL(cc, 69); in fxt1_decode_1ALPHA()
1556 g = UP5(col0[GCOMP]); in fxt1_decode_1ALPHA()
1566 g = LERP(3, t, UP5(col0[GCOMP]), UP5(CC_SEL(cc, 84))); in fxt1_decode_1ALPHA()
1595 rgba[GCOMP] = g; in fxt1_decode_1ALPHA()
1639 texel[GCOMP] = UBYTE_TO_FLOAT(rgba[GCOMP]); in fetch_rgb_fxt1()
1652 texel[GCOMP] = UBYTE_TO_FLOAT(rgba[GCOMP]); in fetch_rgba_fxt1()