Searched refs:alphaenc2 (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 212 alphaenc2[4*j + i] = 6; in TAG() 216 alphaenc2[4*j + i] = 7; in TAG() 220 alphaenc2[4*j + i] = 0; in TAG() 224 alphaenc2[4*j + i] = 2; in TAG() 228 alphaenc2[4*j + i] = 3; in TAG() 232 alphaenc2[4*j + i] = 4; in TAG() 236 alphaenc2[4*j + i] = 5; in TAG() 240 alphaenc2[4*j + i] = 1; in TAG() 406 TAG(write_rgtc_encoded_channel)( blkaddr, alphabase[0], alphabase[1], alphaenc2 ); in TAG()
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_s3tc_tmp.h | 575 GLubyte alphaenc1[16], alphaenc2[16], alphaenc3[16]; in encodedxt5alpha() local 700 alphaenc2[4*j + i] = 6; in encodedxt5alpha() 704 alphaenc2[4*j + i] = 7; in encodedxt5alpha() 708 alphaenc2[4*j + i] = 0; in encodedxt5alpha() 712 alphaenc2[4*j + i] = 2; in encodedxt5alpha() 716 alphaenc2[4*j + i] = 3; in encodedxt5alpha() 720 alphaenc2[4*j + i] = 4; in encodedxt5alpha() 724 alphaenc2[4*j + i] = 5; in encodedxt5alpha() 728 alphaenc2[4*j + i] = 1; in encodedxt5alpha() 882 writedxt5encodedalphablock( blkaddr, alphabase[0], alphabase[1], alphaenc2 ); in encodedxt5alpha()
|