Searched refs:dstRowDiff (Results 1 – 1 of 1) sorted by relevance
101 GLint dstRowDiff; in _mesa_texstore_red_rgtc1() local117 dstRowDiff = dstRowStride >= (srcWidth * 2) ? dstRowStride - (((srcWidth + 3) & ~3) * 2) : 0; in _mesa_texstore_red_rgtc1()130 blkaddr += dstRowDiff; in _mesa_texstore_red_rgtc1()148 GLint dstRowDiff; in _mesa_texstore_signed_red_rgtc1() local164 dstRowDiff = dstRowStride >= (srcWidth * 2) ? dstRowStride - (((srcWidth + 3) & ~3) * 2) : 0; in _mesa_texstore_signed_red_rgtc1()177 blkaddr += dstRowDiff; in _mesa_texstore_signed_red_rgtc1()195 GLint dstRowDiff; in _mesa_texstore_rg_rgtc2() local212 dstRowDiff = dstRowStride >= (srcWidth * 4) ? dstRowStride - (((srcWidth + 3) & ~3) * 4) : 0; in _mesa_texstore_rg_rgtc2()231 blkaddr += dstRowDiff; in _mesa_texstore_rg_rgtc2()249 GLint dstRowDiff; in _mesa_texstore_signed_rg_rgtc2() local[all …]