Lines Matching refs:srcHeight
105 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_memcpy_texture() argument
113 srcWidth, srcHeight, srcFormat, srcType); in _mesa_memcpy_texture()
115 srcPacking, srcAddr, srcWidth, srcHeight, srcFormat, srcType, 0, 0, 0); in _mesa_memcpy_texture()
125 memcpy(dstImage, srcImage, bytesPerRow * srcHeight); in _mesa_memcpy_texture()
135 for (row = 0; row < srcHeight; row++) { in _mesa_memcpy_texture()
169 for (row = 0; row < srcHeight; row++) { in _mesa_texstore_z32()
171 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_z32()
199 for (row = 0; row < srcHeight; row++) { in _mesa_texstore_x8_z24()
201 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_x8_z24()
229 for (row = 0; row < srcHeight; row++) { in _mesa_texstore_z24_x8()
231 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_z24_x8()
263 for (row = 0; row < srcHeight; row++) { in _mesa_texstore_z16()
265 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()
508 srcWidth, srcHeight, in _mesa_texstore_s8()
511 for (row = 0; row < srcHeight; row++) { in _mesa_texstore_s8()
557 srcWidth, srcHeight, in _mesa_texstore_z32f_x24s8()
560 for (row = 0; row < srcHeight; row++) { in _mesa_texstore_z32f_x24s8()
610 srcWidth, srcHeight, srcDepth, in texstore_depth_stencil()
670 srcWidth, srcHeight, srcDepth, in texstore_compressed()
690 srcWidth, srcHeight, srcDepth, in texstore_rgba()
704 srcWidth, srcHeight, srcDepth, in texstore_rgba()
728 srcHeight, srcFormat, in texstore_rgba()
743 srcWidth, srcHeight, in texstore_rgba()
767 int elementCount = srcWidth * srcHeight * srcDepth; in texstore_rgba()
780 srcWidth, srcHeight, NULL); in texstore_rgba()
781 src += srcHeight * srcRowStride; in texstore_rgba()
782 dst += srcHeight * 4 * srcWidth * sizeof(float); in texstore_rgba()
801 _mesa_image_address(dims, srcPacking, srcAddr, srcWidth, srcHeight, in texstore_rgba()
816 srcWidth, srcHeight, in texstore_rgba()
818 src += srcHeight * srcRowStride; in texstore_rgba()
907 srcWidth, srcHeight, srcDepth, srcFormat, srcType, in _mesa_texstore_memcpy()
924 srcWidth, srcHeight, srcDepth, in _mesa_texstore()
932 srcWidth, srcHeight, srcDepth, in _mesa_texstore()
937 srcWidth, srcHeight, srcDepth, in _mesa_texstore()
942 srcWidth, srcHeight, srcDepth, in _mesa_texstore()