Lines Matching refs:srcHeight
103 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_memcpy_texture() argument
111 srcWidth, srcHeight, srcFormat, srcType); in _mesa_memcpy_texture()
113 srcPacking, srcAddr, srcWidth, srcHeight, srcFormat, srcType, 0, 0, 0); in _mesa_memcpy_texture()
123 memcpy(dstImage, srcImage, bytesPerRow * srcHeight); in _mesa_memcpy_texture()
133 for (row = 0; row < srcHeight; row++) { in _mesa_memcpy_texture()
167 for (row = 0; row < srcHeight; row++) { in _mesa_texstore_z32()
169 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_z32()
197 for (row = 0; row < srcHeight; row++) { in _mesa_texstore_x8_z24()
199 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_x8_z24()
227 for (row = 0; row < srcHeight; row++) { in _mesa_texstore_z24_x8()
229 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_z24_x8()
261 for (row = 0; row < srcHeight; row++) { in _mesa_texstore_z16()
263 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_z16()
299 srcWidth, srcHeight, srcDepth, srcFormat, srcType, in _mesa_texstore_ycbcr()
311 for (row = 0; row < srcHeight; row++) { in _mesa_texstore_ycbcr()
353 srcWidth, srcHeight, in _mesa_texstore_z24_s8()
356 for (row = 0; row < srcHeight; row++) { in _mesa_texstore_z24_s8()
434 srcWidth, srcHeight, in _mesa_texstore_s8_z24()
437 for (row = 0; row < srcHeight; row++) { in _mesa_texstore_s8_z24()
506 srcWidth, srcHeight, in _mesa_texstore_s8()
509 for (row = 0; row < srcHeight; row++) { in _mesa_texstore_s8()
555 srcWidth, srcHeight, in _mesa_texstore_z32f_x24s8()
558 for (row = 0; row < srcHeight; row++) { in _mesa_texstore_z32f_x24s8()
608 srcWidth, srcHeight, srcDepth, in texstore_depth_stencil()
668 srcWidth, srcHeight, srcDepth, in texstore_compressed()
690 srcWidth, srcHeight, srcDepth, in texstore_rgba()
704 srcWidth, srcHeight, srcDepth, in texstore_rgba()
727 … int imageStride = _mesa_image_image_stride(srcPacking, srcWidth, srcHeight, srcFormat, srcType); in texstore_rgba()
741 srcWidth, srcHeight, in texstore_rgba()
762 int elementCount = srcWidth * srcHeight * srcDepth; in texstore_rgba()
776 srcWidth, srcHeight, NULL); in texstore_rgba()
777 src += srcHeight * srcRowStride; in texstore_rgba()
778 dst += srcHeight * 4 * srcWidth * sizeof(float); in texstore_rgba()
797 _mesa_image_address(dims, srcPacking, srcAddr, srcWidth, srcHeight, in texstore_rgba()
811 srcWidth, srcHeight, in texstore_rgba()
813 src += srcHeight * srcRowStride; in texstore_rgba()
902 srcWidth, srcHeight, srcDepth, srcFormat, srcType, in _mesa_texstore_memcpy()
919 srcWidth, srcHeight, srcDepth, in _mesa_texstore()
927 srcWidth, srcHeight, srcDepth, in _mesa_texstore()
932 srcWidth, srcHeight, srcDepth, in _mesa_texstore()
937 srcWidth, srcHeight, srcDepth, in _mesa_texstore()