| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | rgtc.h | 34 void util_format_unsigned_encode_rgtc_ubyte(unsigned char *blkaddr, unsigned char srccolors[4][4], 37 void util_format_signed_encode_rgtc_ubyte(signed char *blkaddr, signed char srccolors[4][4],
|
| H A D | texcompress_rgtc_tmp.h | 61 static void TAG(write_rgtc_encoded_channel)(TYPE *blkaddr, 66 *blkaddr++ = alphabase1; 67 *blkaddr++ = alphabase2; 68 *blkaddr++ = alphaenc[0] | (alphaenc[1] << 3) | ((alphaenc[2] & 3) << 6); 69 *blkaddr++ = (alphaenc[2] >> 2) | (alphaenc[3] << 1) | (alphaenc[4] << 4) | ((alphaenc[5] & 1) << 7); 70 *blkaddr++ = (alphaenc[5] >> 1) | (alphaenc[6] << 2) | (alphaenc[7] << 5); 71 *blkaddr++ = alphaenc[8] | (alphaenc[9] << 3) | ((alphaenc[10] & 3) << 6); 72 *blkaddr++ = (alphaenc[10] >> 2) | (alphaenc[11] << 1) | (alphaenc[12] << 4) | ((alphaenc[13] & 1) << 7); 73 *blkaddr++ = (alphaenc[13] >> 1) | (alphaenc[14] << 2) | (alphaenc[15] << 5); 76 void TAG(encode_rgtc_ubyte)(TYPE *blkaddr, TYP [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | rgtc.h | 34 void util_format_unsigned_encode_rgtc_ubyte(unsigned char *blkaddr, unsigned char srccolors[4][4], 37 void util_format_signed_encode_rgtc_ubyte(signed char *blkaddr, signed char srccolors[4][4],
|
| H A D | texcompress_rgtc_tmp.h | 61 static void TAG(write_rgtc_encoded_channel)(TYPE *blkaddr, 66 *blkaddr++ = alphabase1; 67 *blkaddr++ = alphabase2; 68 *blkaddr++ = alphaenc[0] | (alphaenc[1] << 3) | ((alphaenc[2] & 3) << 6); 69 *blkaddr++ = (alphaenc[2] >> 2) | (alphaenc[3] << 1) | (alphaenc[4] << 4) | ((alphaenc[5] & 1) << 7); 70 *blkaddr++ = (alphaenc[5] >> 1) | (alphaenc[6] << 2) | (alphaenc[7] << 5); 71 *blkaddr++ = alphaenc[8] | (alphaenc[9] << 3) | ((alphaenc[10] & 3) << 6); 72 *blkaddr++ = (alphaenc[10] >> 2) | (alphaenc[11] << 1) | (alphaenc[12] << 4) | ((alphaenc[13] & 1) << 7); 73 *blkaddr++ = (alphaenc[13] >> 1) | (alphaenc[14] << 2) | (alphaenc[15] << 5); 76 void TAG(encode_rgtc_ubyte)(TYPE *blkaddr, TYP [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_rgtc.c | 85 GLubyte *blkaddr; local in function:_mesa_texstore_red_rgtc1 107 blkaddr = dst; 117 util_format_unsigned_encode_rgtc_ubyte(blkaddr, srcpixels, numxpixels, numypixels); 119 blkaddr += 8; 121 blkaddr += dstRowDiff; 138 GLbyte *blkaddr; local in function:_mesa_texstore_signed_red_rgtc1 160 blkaddr = dst; 170 util_format_signed_encode_rgtc_ubyte(blkaddr, srcpixels, numxpixels, numypixels); 172 blkaddr += 8; 174 blkaddr 191 GLubyte *blkaddr; local in function:_mesa_texstore_rg_rgtc2 258 GLbyte *blkaddr; local in function:_mesa_texstore_signed_rg_rgtc2 [all...] |
| H A D | texcompress_s3tc_tmp.h | 188 static void fancybasecolorsearch( UNUSED GLubyte *blkaddr, GLubyte srccolors[4][4][4], GLubyte *bestcolor[2], argument 380 static void storedxtencodedblock( GLubyte *blkaddr, GLubyte srccolors[4][4][4], GLubyte *bestcolor[2], argument 482 *blkaddr++ = color1 & 0xff; 483 *blkaddr++ = color1 >> 8; 484 *blkaddr++ = color0 & 0xff; 485 *blkaddr++ = color0 >> 8; 486 *blkaddr++ = bits2 & 0xff; 487 *blkaddr++ = ( bits2 >> 8) & 0xff; 488 *blkaddr++ = ( bits2 >> 16) & 0xff; 489 *blkaddr 503 encodedxtcolorblockfaster(GLubyte * blkaddr,GLubyte srccolors[4][4][4],GLint numxpixels,GLint numypixels,GLuint type) argument 558 writedxt5encodedalphablock(GLubyte * blkaddr,GLubyte alphabase1,GLubyte alphabase2,GLubyte alphaenc[16]) argument 571 encodedxt5alpha(GLubyte * blkaddr,GLubyte srccolors[4][4][4],GLint numxpixels,GLint numypixels) argument 912 GLubyte *blkaddr = dest; local in function:tx_compress_dxtn [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texcompress_rgtc.c | 86 GLubyte *blkaddr; local in function:_mesa_texstore_red_rgtc1 108 blkaddr = dst; 118 util_format_unsigned_encode_rgtc_ubyte(blkaddr, srcpixels, numxpixels, numypixels); 120 blkaddr += 8; 122 blkaddr += dstRowDiff; 139 GLbyte *blkaddr; local in function:_mesa_texstore_signed_red_rgtc1 161 blkaddr = dst; 171 util_format_signed_encode_rgtc_ubyte(blkaddr, srcpixels, numxpixels, numypixels); 173 blkaddr += 8; 175 blkaddr 192 GLubyte *blkaddr; local in function:_mesa_texstore_rg_rgtc2 257 GLbyte *blkaddr; local in function:_mesa_texstore_signed_rg_rgtc2 [all...] |
| H A D | texcompress_s3tc_tmp.h | 188 static void fancybasecolorsearch( UNUSED GLubyte *blkaddr, GLubyte srccolors[4][4][4], GLubyte *bestcolor[2], argument 380 static void storedxtencodedblock( GLubyte *blkaddr, GLubyte srccolors[4][4][4], GLubyte *bestcolor[2], argument 482 *blkaddr++ = color1 & 0xff; 483 *blkaddr++ = color1 >> 8; 484 *blkaddr++ = color0 & 0xff; 485 *blkaddr++ = color0 >> 8; 486 *blkaddr++ = bits2 & 0xff; 487 *blkaddr++ = ( bits2 >> 8) & 0xff; 488 *blkaddr++ = ( bits2 >> 16) & 0xff; 489 *blkaddr 503 encodedxtcolorblockfaster(GLubyte * blkaddr,GLubyte srccolors[4][4][4],GLint numxpixels,GLint numypixels,GLuint type) argument 558 writedxt5encodedalphablock(GLubyte * blkaddr,GLubyte alphabase1,GLubyte alphabase2,GLubyte alphaenc[16]) argument 571 encodedxt5alpha(GLubyte * blkaddr,GLubyte srccolors[4][4][4],GLint numxpixels,GLint numypixels) argument 912 GLubyte *blkaddr = dest; local in function:tx_compress_dxtn [all...] |