Searched refs:glsb (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/util/format/ |
H A D | u_format_fxt1.c | 1319 int32_t glsb, selb; in fxt1_decode_1MIXED() local 1333 glsb = CC_SEL(cc, 126); in fxt1_decode_1MIXED() 1345 glsb = CC_SEL(cc, 125); in fxt1_decode_1MIXED() 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()
|
Completed in 3 milliseconds