• Home
  • Raw
  • Download

Lines Matching refs:srcWidth

176 do_row(GLenum datatype, GLuint comps, GLint srcWidth,  in do_row()  argument
180 const GLuint k0 = (srcWidth == dstWidth) ? 0 : 1; in do_row()
181 const GLuint colStride = (srcWidth == dstWidth) ? 1 : 2; in do_row()
809 do_row_3D(GLenum datatype, GLuint comps, GLint srcWidth, in do_row_3D() argument
814 const GLuint k0 = (srcWidth == dstWidth) ? 0 : 1; in do_row_3D()
815 const GLuint colStride = (srcWidth == dstWidth) ? 1 : 2; in do_row_3D()
1443 GLint srcWidth, const GLubyte *srcPtr, in make_1d_mipmap() argument
1455 do_row(datatype, comps, srcWidth - 2 * border, src, src, in make_1d_mipmap()
1465 srcPtr + (srcWidth - 1) * bpt, in make_1d_mipmap()
1473 GLint srcWidth, GLint srcHeight, in make_2d_mipmap() argument
1479 const GLint srcWidthNB = srcWidth - 2 * border; /* sizes w/out border */ in make_2d_mipmap()
1487 srcA = srcPtr + border * ((srcWidth + 1) * bpt); in make_2d_mipmap()
1518 srcPtr + (srcWidth - 1) * bpt, bpt); in make_2d_mipmap()
1521 srcPtr + srcWidth * (srcHeight - 1) * bpt, bpt); in make_2d_mipmap()
1524 srcPtr + (srcWidth * srcHeight - 1) * bpt, bpt); in make_2d_mipmap()
1532 srcPtr + (srcWidth * (srcHeight - 1) + 1) * bpt, in make_2d_mipmap()
1533 srcPtr + (srcWidth * (srcHeight - 1) + 1) * bpt, in make_2d_mipmap()
1541 srcPtr + srcWidth * row * bpt, bpt); in make_2d_mipmap()
1543 srcPtr + (srcWidth * row + srcWidth - 1) * bpt, bpt); in make_2d_mipmap()
1550 srcPtr + (srcWidth * (row * 2 + 1)) * bpt, in make_2d_mipmap()
1551 srcPtr + (srcWidth * (row * 2 + 2)) * bpt, in make_2d_mipmap()
1554 srcPtr + (srcWidth * (row * 2 + 1) + srcWidth - 1) * bpt, in make_2d_mipmap()
1555 srcPtr + (srcWidth * (row * 2 + 2) + srcWidth - 1) * bpt, in make_2d_mipmap()
1565 GLint srcWidth, GLint srcHeight, GLint srcDepth, in make_3d_mipmap() argument
1571 const GLint srcWidthNB = srcWidth - 2 * border; /* sizes w/out border */ in make_3d_mipmap()
1643 srcWidth, srcHeight, srcPtr[0], srcRowStride, in make_3d_mipmap()
1647 srcWidth, srcHeight, srcPtr[srcDepth - 1], srcRowStride, in make_3d_mipmap()
1668 src = srcPtr[img * 2] + (srcWidth - 1) * bpt; in make_3d_mipmap()
1700 srcA = srcPtr[img * 2 + 0] + (srcWidth - 1) * bpt; in make_3d_mipmap()
1701 srcB = srcPtr[img * 2 + srcImageOffset] + (srcWidth - 1) * bpt; in make_3d_mipmap()
1728 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_generate_mipmap_level() argument
1740 srcWidth, srcData[0], in _mesa_generate_mipmap_level()
1751 srcWidth, srcHeight, srcData[0], srcRowStride, in _mesa_generate_mipmap_level()
1756 srcWidth, srcHeight, srcDepth, in _mesa_generate_mipmap_level()
1766 srcWidth, srcData[i], in _mesa_generate_mipmap_level()
1774 srcWidth, srcHeight, srcData[i], srcRowStride, in _mesa_generate_mipmap_level()
1794 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_next_mipmap_level_size() argument
1797 if (srcWidth - 2 * border > 1) { in _mesa_next_mipmap_level_size()
1798 *dstWidth = (srcWidth - 2 * border) / 2 + 2 * border; in _mesa_next_mipmap_level_size()
1801 *dstWidth = srcWidth; /* can't go smaller */ in _mesa_next_mipmap_level_size()
1824 if (*dstWidth == srcWidth && in _mesa_next_mipmap_level_size()
1967 GLint srcWidth, srcHeight, srcDepth; in generate_mipmap_uncompressed() local
1977 srcWidth = srcImage->Width; in generate_mipmap_uncompressed()
2003 0, 0, srcWidth, srcHeight, in generate_mipmap_uncompressed()
2037 srcWidth, srcHeight, srcDepth, in generate_mipmap_uncompressed()
2154 GLint srcWidth, srcHeight, srcDepth; in generate_mipmap_compressed() local
2163 srcWidth = srcImage->Width; in generate_mipmap_compressed()
2201 srcWidth, srcHeight, srcDepth, in generate_mipmap_compressed()