Searched refs:alphaenc3 (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/util/ |
D | texcompress_rgtc_tmp.h | 83 TYPE alphaenc1[16], alphaenc2[16], alphaenc3[16]; in TAG() local 350 alphaenc3[4*j + i] = 6; in TAG() 354 alphaenc3[4*j + i] = 7; in TAG() 358 alphaenc3[4*j + i] = 0; in TAG() 362 alphaenc3[4*j + i] = 2; in TAG() 366 alphaenc3[4*j + i] = 3; in TAG() 370 alphaenc3[4*j + i] = 4; in TAG() 374 alphaenc3[4*j + i] = 5; in TAG() 378 alphaenc3[4*j + i] = 1; in TAG() 416 TAG(write_rgtc_encoded_channel)( blkaddr, (TYPE)alphatest[0], (TYPE)alphatest[1], alphaenc3 ); in TAG()
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_s3tc_tmp.h | 575 GLubyte alphaenc1[16], alphaenc2[16], alphaenc3[16]; in encodedxt5alpha() local 839 alphaenc3[4*j + i] = 6; in encodedxt5alpha() 843 alphaenc3[4*j + i] = 7; in encodedxt5alpha() 847 alphaenc3[4*j + i] = 0; in encodedxt5alpha() 851 alphaenc3[4*j + i] = 2; in encodedxt5alpha() 855 alphaenc3[4*j + i] = 3; in encodedxt5alpha() 859 alphaenc3[4*j + i] = 4; in encodedxt5alpha() 863 alphaenc3[4*j + i] = 5; in encodedxt5alpha() 867 alphaenc3[4*j + i] = 1; in encodedxt5alpha() 886 … writedxt5encodedalphablock( blkaddr, (GLubyte)alphatest[0], (GLubyte)alphatest[1], alphaenc3 ); in encodedxt5alpha()
|