Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/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 …]
/hardware/google/gfxstream/guest/mesa/src/util/format/
Dtexcompress_s3tc_tmp.h574 GLubyte alphaenc1[16], alphaenc2[16], alphaenc3[16]; in encodedxt5alpha() local
634 alphaenc1[4*j + i] = 0; in encodedxt5alpha()
638 alphaenc1[4*j + i] = 2; in encodedxt5alpha()
642 alphaenc1[4*j + i] = 3; in encodedxt5alpha()
646 alphaenc1[4*j + i] = 4; in encodedxt5alpha()
650 alphaenc1[4*j + i] = 5; in encodedxt5alpha()
654 alphaenc1[4*j + i] = 6; in encodedxt5alpha()
658 alphaenc1[4*j + i] = 7; in encodedxt5alpha()
662 alphaenc1[4*j + i] = 1; in encodedxt5alpha()
877 writedxt5encodedalphablock( blkaddr, alphause[1], alphause[0], alphaenc1 ); in encodedxt5alpha()