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 | 578 GLubyte alphaenc1[16], alphaenc2[16], alphaenc3[16]; in encodedxt5alpha() local 842 alphaenc3[4*j + i] = 6; in encodedxt5alpha() 846 alphaenc3[4*j + i] = 7; in encodedxt5alpha() 850 alphaenc3[4*j + i] = 0; in encodedxt5alpha() 854 alphaenc3[4*j + i] = 2; in encodedxt5alpha() 858 alphaenc3[4*j + i] = 3; in encodedxt5alpha() 862 alphaenc3[4*j + i] = 4; in encodedxt5alpha() 866 alphaenc3[4*j + i] = 5; in encodedxt5alpha() 870 alphaenc3[4*j + i] = 1; in encodedxt5alpha() 889 … writedxt5encodedalphablock( blkaddr, (GLubyte)alphatest[0], (GLubyte)alphatest[1], alphaenc3 ); in encodedxt5alpha()
|