Home
last modified time | relevance | path

Searched refs:alphaenc3 (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
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()
/hardware/google/gfxstream/guest/mesa/src/util/format/
Dtexcompress_s3tc_tmp.h574 GLubyte alphaenc1[16], alphaenc2[16], alphaenc3[16]; in encodedxt5alpha() local
838 alphaenc3[4*j + i] = 6; in encodedxt5alpha()
842 alphaenc3[4*j + i] = 7; in encodedxt5alpha()
846 alphaenc3[4*j + i] = 0; in encodedxt5alpha()
850 alphaenc3[4*j + i] = 2; in encodedxt5alpha()
854 alphaenc3[4*j + i] = 3; in encodedxt5alpha()
858 alphaenc3[4*j + i] = 4; in encodedxt5alpha()
862 alphaenc3[4*j + i] = 5; in encodedxt5alpha()
866 alphaenc3[4*j + i] = 1; in encodedxt5alpha()
885 … writedxt5encodedalphablock( blkaddr, (GLubyte)alphatest[0], (GLubyte)alphatest[1], alphaenc3 ); in encodedxt5alpha()