Searched refs:dstRowDiff (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_rgtc.c86 GLint dstRowDiff, redRowStride; local in function:_mesa_texstore_red_rgtc1
108 dstRowDiff = dstRowStride >= (srcWidth * 2) ? dstRowStride - (((srcWidth + 3) & ~3) * 2) : 0;
121 blkaddr += dstRowDiff;
139 GLint dstRowDiff, redRowStride; local in function:_mesa_texstore_signed_red_rgtc1
161 dstRowDiff = dstRowStride >= (srcWidth * 2) ? dstRowStride - (((srcWidth + 3) & ~3) * 2) : 0;
174 blkaddr += dstRowDiff;
192 GLint dstRowDiff, rgRowStride; local in function:_mesa_texstore_rg_rgtc2
222 dstRowDiff = dstRowStride >= (srcWidth * 4) ? dstRowStride - (((srcWidth + 3) & ~3) * 4) : 0;
241 blkaddr += dstRowDiff;
259 GLint dstRowDiff, rgRowStrid local in function:_mesa_texstore_signed_rg_rgtc2
[all...]
H A Dtexcompress_s3tc_tmp.h917 GLint dstRowDiff; local in function:tx_compress_dxtn
923 dstRowDiff = dstRowStride >= (width * 2) ? dstRowStride - (((width + 3) & ~3) * 2) : 0;
938 blkaddr += dstRowDiff;
942 dstRowDiff = dstRowStride >= (width * 4) ? dstRowStride - (((width + 3) & ~3) * 4) : 0;
965 blkaddr += dstRowDiff;
969 dstRowDiff = dstRowStride >= (width * 4) ? dstRowStride - (((width + 3) & ~3) * 4) : 0;
985 blkaddr += dstRowDiff;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_rgtc.c87 GLint dstRowDiff, redRowStride; local in function:_mesa_texstore_red_rgtc1
109 dstRowDiff = dstRowStride >= (srcWidth * 2) ? dstRowStride - (((srcWidth + 3) & ~3) * 2) : 0;
122 blkaddr += dstRowDiff;
140 GLint dstRowDiff, redRowStride; local in function:_mesa_texstore_signed_red_rgtc1
162 dstRowDiff = dstRowStride >= (srcWidth * 2) ? dstRowStride - (((srcWidth + 3) & ~3) * 2) : 0;
175 blkaddr += dstRowDiff;
193 GLint dstRowDiff, rgRowStride; local in function:_mesa_texstore_rg_rgtc2
221 dstRowDiff = dstRowStride >= (srcWidth * 4) ? dstRowStride - (((srcWidth + 3) & ~3) * 4) : 0;
240 blkaddr += dstRowDiff;
258 GLint dstRowDiff, rgRowStrid local in function:_mesa_texstore_signed_rg_rgtc2
[all...]
H A Dtexcompress_s3tc_tmp.h917 GLint dstRowDiff; local in function:tx_compress_dxtn
923 dstRowDiff = dstRowStride >= (width * 2) ? dstRowStride - (((width + 3) & ~3) * 2) : 0;
938 blkaddr += dstRowDiff;
942 dstRowDiff = dstRowStride >= (width * 4) ? dstRowStride - (((width + 3) & ~3) * 4) : 0;
965 blkaddr += dstRowDiff;
969 dstRowDiff = dstRowStride >= (width * 4) ? dstRowStride - (((width + 3) & ~3) * 4) : 0;
985 blkaddr += dstRowDiff;

Completed in 7 milliseconds