Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_fxt1.c1440 GLint glsb, selb; in fxt1_decode_1MIXED() local
1454 glsb = CC_SEL(cc, 126); in fxt1_decode_1MIXED()
1466 glsb = CC_SEL(cc, 125); in fxt1_decode_1MIXED()
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()