Lines Matching refs:srcHeight
108 srcWidth, srcHeight, srcDepth, in _mesa_texstore_red_rgtc1()
118 for (j = 0; j < srcHeight; j+=4) { in _mesa_texstore_red_rgtc1()
119 if (srcHeight > j + 3) numypixels = 4; in _mesa_texstore_red_rgtc1()
120 else numypixels = srcHeight - j; in _mesa_texstore_red_rgtc1()
155 srcWidth, srcHeight, srcDepth, in _mesa_texstore_signed_red_rgtc1()
165 for (j = 0; j < srcHeight; j+=4) { in _mesa_texstore_signed_red_rgtc1()
166 if (srcHeight > j + 3) numypixels = 4; in _mesa_texstore_signed_red_rgtc1()
167 else numypixels = srcHeight - j; in _mesa_texstore_signed_red_rgtc1()
203 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rg_rgtc2()
213 for (j = 0; j < srcHeight; j+=4) { in _mesa_texstore_rg_rgtc2()
214 if (srcHeight > j + 3) numypixels = 4; in _mesa_texstore_rg_rgtc2()
215 else numypixels = srcHeight - j; in _mesa_texstore_rg_rgtc2()
257 srcWidth, srcHeight, srcDepth, in _mesa_texstore_signed_rg_rgtc2()
267 for (j = 0; j < srcHeight; j += 4) { in _mesa_texstore_signed_rg_rgtc2()
268 if (srcHeight > j + 3) numypixels = 4; in _mesa_texstore_signed_rg_rgtc2()
269 else numypixels = srcHeight - j; in _mesa_texstore_signed_rg_rgtc2()