Lines Matching refs:RCOMP
167 texel[RCOMP] = UBYTE_TO_FLOAT(rgba[RCOMP]); in _mesa_fetch_texel_2d_f_rgba_fxt1()
182 texel[RCOMP] = UBYTE_TO_FLOAT(rgba[RCOMP]); in _mesa_fetch_texel_2d_f_rgb_fxt1()
1417 rgba[RCOMP] = rgba[GCOMP] = rgba[BCOMP] = rgba[ACOMP] = 0; in fxt1_decode_1HI()
1434 rgba[RCOMP] = r; in fxt1_decode_1HI()
1460 rgba[RCOMP] = UP5(kk >> 10); in fxt1_decode_1CHROMA()
1479 col[0][RCOMP] = CC_SEL(cc, 104); in fxt1_decode_1MIXED()
1483 col[1][RCOMP] = CC_SEL(cc, 119); in fxt1_decode_1MIXED()
1491 col[0][RCOMP] = CC_SEL(cc, 74); in fxt1_decode_1MIXED()
1495 col[1][RCOMP] = CC_SEL(cc, 89); in fxt1_decode_1MIXED()
1505 rgba[RCOMP] = rgba[BCOMP] = rgba[GCOMP] = rgba[ACOMP] = 0; in fxt1_decode_1MIXED()
1511 r = UP5(col[0][RCOMP]); in fxt1_decode_1MIXED()
1515 r = UP5(col[1][RCOMP]); in fxt1_decode_1MIXED()
1519 r = (UP5(col[0][RCOMP]) + UP5(col[1][RCOMP])) / 2; in fxt1_decode_1MIXED()
1521 rgba[RCOMP] = r; in fxt1_decode_1MIXED()
1532 r = UP5(col[0][RCOMP]); in fxt1_decode_1MIXED()
1536 r = UP5(col[1][RCOMP]); in fxt1_decode_1MIXED()
1541 r = LERP(3, t, UP5(col[0][RCOMP]), UP5(col[1][RCOMP])); in fxt1_decode_1MIXED()
1543 rgba[RCOMP] = r; in fxt1_decode_1MIXED()
1568 col0[RCOMP] = CC_SEL(cc, 104); in fxt1_decode_1ALPHA()
1575 col0[RCOMP] = CC_SEL(cc, 74); in fxt1_decode_1ALPHA()
1582 r = UP5(col0[RCOMP]); in fxt1_decode_1ALPHA()
1592 r = LERP(3, t, UP5(col0[RCOMP]), UP5(CC_SEL(cc, 89))); in fxt1_decode_1ALPHA()
1619 rgba[RCOMP] = r; in fxt1_decode_1ALPHA()