Home
last modified time | relevance | path

Searched refs:UP6 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexcompress_fxt1.c1403 #define UP6(c, b) _rgb_scale_6[(((c) & 31) << 1) | ((b) & 1)] macro
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()
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()