Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_rgtc.c101 GLint dstRowDiff; in _mesa_texstore_red_rgtc1() local
117 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() local
164 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() local
212 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 …]