Searched refs:dstRowDiff (Results 1 – 2 of 2) sorted by relevance
87 GLint dstRowDiff, redRowStride; in _mesa_texstore_red_rgtc1() local109 dstRowDiff = dstRowStride >= (srcWidth * 2) ? dstRowStride - (((srcWidth + 3) & ~3) * 2) : 0; in _mesa_texstore_red_rgtc1()122 blkaddr += dstRowDiff; in _mesa_texstore_red_rgtc1()140 GLint dstRowDiff, redRowStride; in _mesa_texstore_signed_red_rgtc1() local162 dstRowDiff = dstRowStride >= (srcWidth * 2) ? dstRowStride - (((srcWidth + 3) & ~3) * 2) : 0; in _mesa_texstore_signed_red_rgtc1()175 blkaddr += dstRowDiff; in _mesa_texstore_signed_red_rgtc1()193 GLint dstRowDiff, rgRowStride; in _mesa_texstore_rg_rgtc2() local221 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 …]
922 int dstRowDiff = dstRowStride >= (width * 2) ? in tx_compress_dxt1() local938 blkaddr += dstRowDiff; in tx_compress_dxt1()952 int dstRowDiff = dstRowStride >= (width * 4) ? in tx_compress_dxt3() local976 blkaddr += dstRowDiff; in tx_compress_dxt3()990 int dstRowDiff = dstRowStride >= (width * 4) ? in tx_compress_dxt5() local1007 blkaddr += dstRowDiff; in tx_compress_dxt5()