Home
last modified time | relevance | path

Searched refs:alphaenc1 (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
144 alphaenc1[4*j + i] = 0; in TAG()
148 alphaenc1[4*j + i] = 2; in TAG()
152 alphaenc1[4*j + i] = 3; in TAG()
156 alphaenc1[4*j + i] = 4; in TAG()
160 alphaenc1[4*j + i] = 5; in TAG()
164 alphaenc1[4*j + i] = 6; in TAG()
168 alphaenc1[4*j + i] = 7; in TAG()
172 alphaenc1[4*j + i] = 1; in TAG()
181 fprintf(stderr, "%d ", alphaenc1[i]); in TAG()
[all …]
/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc_tmp.h575 GLubyte alphaenc1[16], alphaenc2[16], alphaenc3[16]; in encodedxt5alpha() local
635 alphaenc1[4*j + i] = 0; in encodedxt5alpha()
639 alphaenc1[4*j + i] = 2; in encodedxt5alpha()
643 alphaenc1[4*j + i] = 3; in encodedxt5alpha()
647 alphaenc1[4*j + i] = 4; in encodedxt5alpha()
651 alphaenc1[4*j + i] = 5; in encodedxt5alpha()
655 alphaenc1[4*j + i] = 6; in encodedxt5alpha()
659 alphaenc1[4*j + i] = 7; in encodedxt5alpha()
663 alphaenc1[4*j + i] = 1; in encodedxt5alpha()
878 writedxt5encodedalphablock( blkaddr, alphause[1], alphause[0], alphaenc1 ); in encodedxt5alpha()