Searched refs:alphaenc3 (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/util/ |
H A D | texcompress_rgtc_tmp.h | 83 TYPE alphaenc1[16], alphaenc2[16], alphaenc3[16]; in encode_rgtc_ubyte() local 350 alphaenc3[4*j + i] = 6; in encode_rgtc_ubyte() 354 alphaenc3[4*j + i] = 7; in encode_rgtc_ubyte() 358 alphaenc3[4*j + i] = 0; in encode_rgtc_ubyte() 362 alphaenc3[4*j + i] = 2; in encode_rgtc_ubyte() 366 alphaenc3[4*j + i] = 3; in encode_rgtc_ubyte() 370 alphaenc3[4*j + i] = 4; in encode_rgtc_ubyte() 374 alphaenc3[4*j + i] = 5; in encode_rgtc_ubyte() 378 alphaenc3[4*j + i] = 1; in encode_rgtc_ubyte() 416 TAG(write_rgtc_encoded_channel)( blkaddr, (TYPE)alphatest[0], (TYPE)alphatest[1], alphaenc3 ); in encode_rgtc_ubyte() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_s3tc_tmp.h | 578 GLubyte alphaenc1[16], alphaenc2[16], alphaenc3[16]; in encodedxt5alpha() local 842 alphaenc3[4*j + i] = 6; in encodedxt5alpha() 846 alphaenc3[4*j + i] = 7; in encodedxt5alpha() 850 alphaenc3[4*j + i] = 0; in encodedxt5alpha() 854 alphaenc3[4*j + i] = 2; in encodedxt5alpha() 858 alphaenc3[4*j + i] = 3; in encodedxt5alpha() 862 alphaenc3[4*j + i] = 4; in encodedxt5alpha() 866 alphaenc3[4*j + i] = 5; in encodedxt5alpha() 870 alphaenc3[4*j + i] = 1; in encodedxt5alpha() 889 writedxt5encodedalphablock( blkaddr, (GLubyte)alphatest[0], (GLubyte)alphatest[1], alphaenc3 ); in encodedxt5alpha() [all...] |
Completed in 4 milliseconds