Searched refs:UP6 (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/util/format/ |
D | u_format_fxt1.c | 1252 #define UP6(c, b) _rgb_scale_6[(((c) & 31) << 1) | ((b) & 1)] macro 1363 g = UP6(col[1][GCOMP], glsb); in fxt1_decode_1MIXED() 1367 g = (UP5(col[0][GCOMP]) + UP6(col[1][GCOMP], glsb)) / 2; in fxt1_decode_1MIXED() 1380 g = UP6(col[0][GCOMP], glsb ^ selb); in fxt1_decode_1MIXED() 1384 g = UP6(col[1][GCOMP], glsb); in fxt1_decode_1MIXED() 1388 g = LERP(3, t, UP6(col[0][GCOMP], glsb ^ selb), in fxt1_decode_1MIXED() 1389 UP6(col[1][GCOMP], glsb)); in fxt1_decode_1MIXED()
|