Home
last modified time | relevance | path

Searched refs:alphaenc2 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/util/
Dtexcompress_rgtc_tmp.h83 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/
Dtexcompress_s3tc_tmp.h578 GLubyte alphaenc1[16], alphaenc2[16], alphaenc3[16]; in encodedxt5alpha() local
703 alphaenc2[4*j + i] = 6; in encodedxt5alpha()
707 alphaenc2[4*j + i] = 7; in encodedxt5alpha()
711 alphaenc2[4*j + i] = 0; in encodedxt5alpha()
715 alphaenc2[4*j + i] = 2; in encodedxt5alpha()
719 alphaenc2[4*j + i] = 3; in encodedxt5alpha()
723 alphaenc2[4*j + i] = 4; in encodedxt5alpha()
727 alphaenc2[4*j + i] = 5; in encodedxt5alpha()
731 alphaenc2[4*j + i] = 1; in encodedxt5alpha()
885 writedxt5encodedalphablock( blkaddr, alphabase[0], alphabase[1], alphaenc2 ); in encodedxt5alpha()