Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_fxt1.c1373 #define UP6(c, b) _rgb_scale_6[(((c) & 31) << 1) | ((b) & 1)] macro
1484 g = UP6(col[1][GCOMP], glsb); in fxt1_decode_1MIXED()
1488 g = (UP5(col[0][GCOMP]) + UP6(col[1][GCOMP], glsb)) / 2; in fxt1_decode_1MIXED()
1501 g = UP6(col[0][GCOMP], glsb ^ selb); in fxt1_decode_1MIXED()
1505 g = UP6(col[1][GCOMP], glsb); in fxt1_decode_1MIXED()
1509 g = LERP(3, t, UP6(col[0][GCOMP], glsb ^ selb), in fxt1_decode_1MIXED()
1510 UP6(col[1][GCOMP], glsb)); in fxt1_decode_1MIXED()