• Home
  • Raw
  • Download

Lines Matching refs:srcWidth

104                      GLint srcWidth, GLint srcHeight, GLint srcDepth,  in _mesa_memcpy_texture()  argument
109 const GLint srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, in _mesa_memcpy_texture()
112 srcWidth, srcHeight, srcFormat, srcType); in _mesa_memcpy_texture()
114 srcPacking, srcAddr, srcWidth, srcHeight, srcFormat, srcType, 0, 0, 0); in _mesa_memcpy_texture()
116 const GLint bytesPerRow = srcWidth * texelBytes; in _mesa_memcpy_texture()
170 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_z32()
171 _mesa_unpack_depth_span(ctx, srcWidth, in _mesa_texstore_z32()
200 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_x8_z24()
201 _mesa_unpack_depth_span(ctx, srcWidth, in _mesa_texstore_x8_z24()
230 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_z24_x8()
233 _mesa_unpack_depth_span(ctx, srcWidth, in _mesa_texstore_z24_x8()
236 for (i = 0; i < srcWidth; i++) in _mesa_texstore_z24_x8()
264 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_z16()
266 _mesa_unpack_depth_span(ctx, srcWidth, in _mesa_texstore_z16()
298 srcWidth, srcHeight, srcDepth, srcFormat, srcType, in _mesa_texstore_ycbcr()
311 _mesa_swap2((GLushort *) dstRow, srcWidth); in _mesa_texstore_ycbcr()
328 = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in _mesa_texstore_z24_s8()
330 GLuint *depth = malloc(srcWidth * sizeof(GLuint)); in _mesa_texstore_z24_s8()
331 GLubyte *stencil = malloc(srcWidth * sizeof(GLubyte)); in _mesa_texstore_z24_s8()
352 srcWidth, srcHeight, in _mesa_texstore_z24_s8()
368 _mesa_unpack_depth_span(ctx, srcWidth, in _mesa_texstore_z24_s8()
376 _mesa_unpack_stencil_span(ctx, srcWidth, in _mesa_texstore_z24_s8()
382 for (i = 0; i < srcWidth; i++) { in _mesa_texstore_z24_s8()
407 = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in _mesa_texstore_s8_z24()
420 depth = malloc(srcWidth * sizeof(GLuint)); in _mesa_texstore_s8_z24()
421 stencil = malloc(srcWidth * sizeof(GLubyte)); in _mesa_texstore_s8_z24()
433 srcWidth, srcHeight, in _mesa_texstore_s8_z24()
449 _mesa_unpack_depth_span(ctx, srcWidth, in _mesa_texstore_s8_z24()
457 _mesa_unpack_stencil_span(ctx, srcWidth, in _mesa_texstore_s8_z24()
464 for (i = 0; i < srcWidth; i++) { in _mesa_texstore_s8_z24()
494 = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in _mesa_texstore_s8()
496 GLubyte *stencil = malloc(srcWidth * sizeof(GLubyte)); in _mesa_texstore_s8()
505 srcWidth, srcHeight, in _mesa_texstore_s8()
512 _mesa_unpack_stencil_span(ctx, srcWidth, in _mesa_texstore_s8()
518 for (i = 0; i < srcWidth; i++) in _mesa_texstore_s8()
538 = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType) in _mesa_texstore_z32f_x24s8()
554 srcWidth, srcHeight, in _mesa_texstore_z32f_x24s8()
563 _mesa_unpack_depth_span(ctx, srcWidth, in _mesa_texstore_z32f_x24s8()
569 _mesa_unpack_stencil_span(ctx, srcWidth, in _mesa_texstore_z32f_x24s8()
607 srcWidth, srcHeight, srcDepth, in texstore_depth_stencil()
667 srcWidth, srcHeight, srcDepth, in texstore_compressed()
687 srcWidth, srcHeight, srcDepth, in texstore_rgba()
701 srcWidth, srcHeight, srcDepth, in texstore_rgba()
724 int imageStride = _mesa_image_image_stride(srcPacking, srcWidth, in texstore_rgba()
740 srcWidth, srcHeight, in texstore_rgba()
750 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in texstore_rgba()
764 int elementCount = srcWidth * srcHeight * srcDepth; in texstore_rgba()
775 _mesa_format_convert(dst, RGBA32_FLOAT, 4 * srcWidth * sizeof(float), in texstore_rgba()
777 srcWidth, srcHeight, NULL); in texstore_rgba()
779 dst += srcHeight * 4 * srcWidth * sizeof(float); in texstore_rgba()
792 srcRowStride = srcWidth * 4 * sizeof(float); in texstore_rgba()
798 _mesa_image_address(dims, srcPacking, srcAddr, srcWidth, srcHeight, in texstore_rgba()
813 srcWidth, srcHeight, in texstore_rgba()
904 srcWidth, srcHeight, srcDepth, srcFormat, srcType, in _mesa_texstore_memcpy()
921 srcWidth, srcHeight, srcDepth, in _mesa_texstore()
929 srcWidth, srcHeight, srcDepth, in _mesa_texstore()
934 srcWidth, srcHeight, srcDepth, in _mesa_texstore()
939 srcWidth, srcHeight, srcDepth, in _mesa_texstore()