Searched refs:glsb (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/util/format/ |
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()
|
/third_party/openGLES/extensions/3DFX/ |
D | 3DFX_texture_compression_FXT1.txt | 324 mode[0] glsb[1:0] alpha[0] color3 color2 color1 color0 texel 31to16 texel 15to0 329 [126:125] glsb[1:0] (lsbs of green for color 1 & color 3) 355 (bit 0) of the green channel comes from the glsb bits 371 (bit 0) of the green channel comes from the glsb bits
|
/third_party/skia/third_party/externals/opengl-registry/extensions/3DFX/ |
D | 3DFX_texture_compression_FXT1.txt | 324 mode[0] glsb[1:0] alpha[0] color3 color2 color1 color0 texel 31to16 texel 15to0 329 [126:125] glsb[1:0] (lsbs of green for color 1 & color 3) 355 (bit 0) of the green channel comes from the glsb bits 371 (bit 0) of the green channel comes from the glsb bits
|