Searched refs:blkaddr (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | texcompress_rgtc.c | 51 static void unsigned_encode_rgtc_ubyte(GLubyte *blkaddr, GLubyte srccolors[4][4], 53 static void signed_encode_rgtc_ubyte(GLbyte *blkaddr, GLbyte srccolors[4][4], 100 GLubyte *blkaddr; in _mesa_texstore_red_rgtc1() local 116 blkaddr = dst; in _mesa_texstore_red_rgtc1() 126 unsigned_encode_rgtc_ubyte(blkaddr, srcpixels, numxpixels, numypixels); in _mesa_texstore_red_rgtc1() 128 blkaddr += 8; in _mesa_texstore_red_rgtc1() 130 blkaddr += dstRowDiff; in _mesa_texstore_red_rgtc1() 147 GLbyte *blkaddr; in _mesa_texstore_signed_red_rgtc1() local 163 blkaddr = dst; in _mesa_texstore_signed_red_rgtc1() 173 signed_encode_rgtc_ubyte(blkaddr, srcpixels, numxpixels, numypixels); in _mesa_texstore_signed_red_rgtc1() [all …]
|
D | texcompress_rgtc_tmp.h | 61 static void TAG(write_rgtc_encoded_channel)(TYPE *blkaddr, in TAG() 66 *blkaddr++ = alphabase1; in TAG() 67 *blkaddr++ = alphabase2; in TAG() 68 *blkaddr++ = alphaenc[0] | (alphaenc[1] << 3) | ((alphaenc[2] & 3) << 6); in TAG() 69 …*blkaddr++ = (alphaenc[2] >> 2) | (alphaenc[3] << 1) | (alphaenc[4] << 4) | ((alphaenc[5] & 1) << … in TAG() 70 *blkaddr++ = (alphaenc[5] >> 1) | (alphaenc[6] << 2) | (alphaenc[7] << 5); in TAG() 71 *blkaddr++ = alphaenc[8] | (alphaenc[9] << 3) | ((alphaenc[10] & 3) << 6); in TAG() 72 …*blkaddr++ = (alphaenc[10] >> 2) | (alphaenc[11] << 1) | (alphaenc[12] << 4) | ((alphaenc[13] & 1)… in TAG() 73 *blkaddr++ = (alphaenc[13] >> 1) | (alphaenc[14] << 2) | (alphaenc[15] << 5); in TAG() 76 static void TAG(encode_rgtc_ubyte)(TYPE *blkaddr, TYPE srccolors[4][4], in TAG() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_rgtc.c | 51 static void unsigned_encode_rgtc_ubyte(GLubyte *blkaddr, GLubyte srccolors[4][4], 53 static void signed_encode_rgtc_ubyte(GLbyte *blkaddr, GLbyte srccolors[4][4], 100 GLubyte *blkaddr; in _mesa_texstore_red_rgtc1() local 116 blkaddr = dst; in _mesa_texstore_red_rgtc1() 126 unsigned_encode_rgtc_ubyte(blkaddr, srcpixels, numxpixels, numypixels); in _mesa_texstore_red_rgtc1() 128 blkaddr += 8; in _mesa_texstore_red_rgtc1() 130 blkaddr += dstRowDiff; in _mesa_texstore_red_rgtc1() 147 GLbyte *blkaddr; in _mesa_texstore_signed_red_rgtc1() local 163 blkaddr = dst; in _mesa_texstore_signed_red_rgtc1() 173 signed_encode_rgtc_ubyte(blkaddr, srcpixels, numxpixels, numypixels); in _mesa_texstore_signed_red_rgtc1() [all …]
|
D | texcompress_rgtc_tmp.h | 61 static void TAG(write_rgtc_encoded_channel)(TYPE *blkaddr, in TAG() 66 *blkaddr++ = alphabase1; in TAG() 67 *blkaddr++ = alphabase2; in TAG() 68 *blkaddr++ = alphaenc[0] | (alphaenc[1] << 3) | ((alphaenc[2] & 3) << 6); in TAG() 69 …*blkaddr++ = (alphaenc[2] >> 2) | (alphaenc[3] << 1) | (alphaenc[4] << 4) | ((alphaenc[5] & 1) << … in TAG() 70 *blkaddr++ = (alphaenc[5] >> 1) | (alphaenc[6] << 2) | (alphaenc[7] << 5); in TAG() 71 *blkaddr++ = alphaenc[8] | (alphaenc[9] << 3) | ((alphaenc[10] & 3) << 6); in TAG() 72 …*blkaddr++ = (alphaenc[10] >> 2) | (alphaenc[11] << 1) | (alphaenc[12] << 4) | ((alphaenc[13] & 1)… in TAG() 73 *blkaddr++ = (alphaenc[13] >> 1) | (alphaenc[14] << 2) | (alphaenc[15] << 5); in TAG() 76 static void TAG(encode_rgtc_ubyte)(TYPE *blkaddr, TYPE srccolors[4][4], in TAG() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_format_latc.c | 30 static void u_format_unsigned_encode_rgtc_ubyte(uint8_t *blkaddr, uint8_t srccolors[4][4], 36 static void u_format_signed_encode_rgtc_ubyte(int8_t *blkaddr, int8_t srccolors[4][4],
|
D | u_format_rgtc.c | 29 static void u_format_unsigned_encode_rgtc_ubyte(uint8_t *blkaddr, uint8_t srccolors[4][4], 35 static void u_format_signed_encode_rgtc_ubyte(int8_t *blkaddr, int8_t srccolors[4][4],
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_latc.c | 30 static void u_format_unsigned_encode_rgtc_ubyte(uint8_t *blkaddr, uint8_t srccolors[4][4], 36 static void u_format_signed_encode_rgtc_ubyte(int8_t *blkaddr, int8_t srccolors[4][4],
|
D | u_format_rgtc.c | 29 static void u_format_unsigned_encode_rgtc_ubyte(uint8_t *blkaddr, uint8_t srccolors[4][4], 35 static void u_format_signed_encode_rgtc_ubyte(int8_t *blkaddr, int8_t srccolors[4][4],
|