Home
last modified time | relevance | path

Searched refs:dstRowDiff (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexcompress_rgtc.c85 GLint dstRowDiff, redRowStride; in _mesa_texstore_red_rgtc1() local
107 dstRowDiff = dstRowStride >= (srcWidth * 2) ? dstRowStride - (((srcWidth + 3) & ~3) * 2) : 0; in _mesa_texstore_red_rgtc1()
120 blkaddr += dstRowDiff; in _mesa_texstore_red_rgtc1()
138 GLint dstRowDiff, redRowStride; in _mesa_texstore_signed_red_rgtc1() local
160 dstRowDiff = dstRowStride >= (srcWidth * 2) ? dstRowStride - (((srcWidth + 3) & ~3) * 2) : 0; in _mesa_texstore_signed_red_rgtc1()
173 blkaddr += dstRowDiff; in _mesa_texstore_signed_red_rgtc1()
191 GLint dstRowDiff, rgRowStride; in _mesa_texstore_rg_rgtc2() local
221 dstRowDiff = dstRowStride >= (srcWidth * 4) ? dstRowStride - (((srcWidth + 3) & ~3) * 4) : 0; in _mesa_texstore_rg_rgtc2()
240 blkaddr += dstRowDiff; in _mesa_texstore_rg_rgtc2()
258 GLint dstRowDiff, rgRowStride; in _mesa_texstore_signed_rg_rgtc2() local
[all …]
Dtexcompress_s3tc_tmp.h914 GLint dstRowDiff; in tx_compress_dxtn() local
920 dstRowDiff = dstRowStride >= (width * 2) ? dstRowStride - (((width + 3) & ~3) * 2) : 0; in tx_compress_dxtn()
935 blkaddr += dstRowDiff; in tx_compress_dxtn()
939 dstRowDiff = dstRowStride >= (width * 4) ? dstRowStride - (((width + 3) & ~3) * 4) : 0; in tx_compress_dxtn()
962 blkaddr += dstRowDiff; in tx_compress_dxtn()
966 dstRowDiff = dstRowStride >= (width * 4) ? dstRowStride - (((width + 3) & ~3) * 4) : 0; in tx_compress_dxtn()
982 blkaddr += dstRowDiff; in tx_compress_dxtn()