Lines Matching refs:GCOMP

168    texel[GCOMP] = UBYTE_TO_FLOAT(rgba[GCOMP]);  in _mesa_fetch_texel_2d_f_rgba_fxt1()
183 texel[GCOMP] = UBYTE_TO_FLOAT(rgba[GCOMP]); in _mesa_fetch_texel_2d_f_rgb_fxt1()
1011 FX64_MOV32(hi, 9 | (vec[3][GCOMP] & 4) | ((vec[1][GCOMP] >> 1) & 2)); /* chroma = "1" */ in fxt1_quantize_MIXED1()
1136 if ((GLint)((lolo >> 1) & 1) != (((vec[1][GCOMP] ^ vec[0][GCOMP]) >> 2) & 1)) { in fxt1_quantize_MIXED0()
1169 if ((GLint)((lohi >> 1) & 1) != (((vec[3][GCOMP] ^ vec[2][GCOMP]) >> 2) & 1)) { in fxt1_quantize_MIXED0()
1180 FX64_MOV32(hi, 8 | (vec[3][GCOMP] & 4) | ((vec[1][GCOMP] >> 1) & 2)); /* chroma = "1" */ in fxt1_quantize_MIXED0()
1417 rgba[RCOMP] = rgba[GCOMP] = rgba[BCOMP] = rgba[ACOMP] = 0; in fxt1_decode_1HI()
1435 rgba[GCOMP] = g; in fxt1_decode_1HI()
1459 rgba[GCOMP] = UP5(kk >> 5); in fxt1_decode_1CHROMA()
1478 col[0][GCOMP] = CC_SEL(cc, 99); in fxt1_decode_1MIXED()
1482 col[1][GCOMP] = CC_SEL(cc, 114); in fxt1_decode_1MIXED()
1490 col[0][GCOMP] = CC_SEL(cc, 69); in fxt1_decode_1MIXED()
1494 col[1][GCOMP] = CC_SEL(cc, 84); in fxt1_decode_1MIXED()
1505 rgba[RCOMP] = rgba[BCOMP] = rgba[GCOMP] = rgba[ACOMP] = 0; in fxt1_decode_1MIXED()
1510 g = UP5(col[0][GCOMP]); in fxt1_decode_1MIXED()
1514 g = UP6(col[1][GCOMP], glsb); in fxt1_decode_1MIXED()
1518 g = (UP5(col[0][GCOMP]) + UP6(col[1][GCOMP], glsb)) / 2; in fxt1_decode_1MIXED()
1522 rgba[GCOMP] = g; in fxt1_decode_1MIXED()
1531 g = UP6(col[0][GCOMP], glsb ^ selb); in fxt1_decode_1MIXED()
1535 g = UP6(col[1][GCOMP], glsb); in fxt1_decode_1MIXED()
1539 g = LERP(3, t, UP6(col[0][GCOMP], glsb ^ selb), in fxt1_decode_1MIXED()
1540 UP6(col[1][GCOMP], glsb)); in fxt1_decode_1MIXED()
1544 rgba[GCOMP] = g; in fxt1_decode_1MIXED()
1567 col0[GCOMP] = CC_SEL(cc, 99); in fxt1_decode_1ALPHA()
1574 col0[GCOMP] = CC_SEL(cc, 69); in fxt1_decode_1ALPHA()
1581 g = UP5(col0[GCOMP]); in fxt1_decode_1ALPHA()
1591 g = LERP(3, t, UP5(col0[GCOMP]), UP5(CC_SEL(cc, 84))); in fxt1_decode_1ALPHA()
1620 rgba[GCOMP] = g; in fxt1_decode_1ALPHA()