• Home
  • Raw
  • Download

Lines Matching refs:srcHeight

1446                GLint srcWidth, GLint srcHeight,  in make_2d_mipmap()  argument
1461 if (srcHeight > 1 && srcHeight > dstHeight) { in make_2d_mipmap()
1494 srcPtr + srcWidth * (srcHeight - 1) * bpt, bpt); in make_2d_mipmap()
1497 srcPtr + (srcWidth * srcHeight - 1) * bpt, bpt); in make_2d_mipmap()
1505 srcPtr + (srcWidth * (srcHeight - 1) + 1) * bpt, in make_2d_mipmap()
1506 srcPtr + (srcWidth * (srcHeight - 1) + 1) * bpt, in make_2d_mipmap()
1510 if (srcHeight == dstHeight) { in make_2d_mipmap()
1512 for (row = 1; row < srcHeight; row++) { in make_2d_mipmap()
1538 GLint srcWidth, GLint srcHeight, GLint srcDepth, in make_3d_mipmap() argument
1557 bytesPerSrcImage = srcWidth * srcHeight * bpt; in make_3d_mipmap()
1567 srcRowOffset = (srcHeight == dstHeight) ? 0 : srcWidth * bpt; in make_3d_mipmap()
1621 srcWidth, srcHeight, srcPtr[0], srcRowStride, in make_3d_mipmap()
1625 srcWidth, srcHeight, srcPtr[srcDepth - 1], srcRowStride, in make_3d_mipmap()
1641 src = srcPtr[img * 2] + (srcHeight - 1) * bytesPerSrcRow; in make_3d_mipmap()
1671 + (srcHeight - 1) * bytesPerSrcRow; in make_3d_mipmap()
1673 + (srcHeight - 1) * bytesPerSrcRow; in make_3d_mipmap()
1706 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_generate_mipmap_level() argument
1729 srcWidth, srcHeight, srcData[0], srcRowStride, in _mesa_generate_mipmap_level()
1734 srcWidth, srcHeight, srcDepth, in _mesa_generate_mipmap_level()
1740 assert(srcHeight == 1); in _mesa_generate_mipmap_level()
1751 srcWidth, srcHeight, srcData[i], srcRowStride, in _mesa_generate_mipmap_level()
1772 GLint srcWidth, GLint srcHeight, GLint srcDepth, in next_mipmap_level_size() argument
1782 if ((srcHeight - 2 * border > 1) && in next_mipmap_level_size()
1784 *dstHeight = (srcHeight - 2 * border) / 2 + 2 * border; in next_mipmap_level_size()
1787 *dstHeight = srcHeight; /* can't go smaller */ in next_mipmap_level_size()
1799 *dstHeight == srcHeight && in next_mipmap_level_size()
1898 GLint srcWidth, srcHeight, srcDepth; in generate_mipmap_uncompressed() local
1910 srcHeight = srcImage->Height; in generate_mipmap_uncompressed()
1915 srcWidth, srcHeight, srcDepth, in generate_mipmap_uncompressed()
1935 srcDepth = srcHeight; in generate_mipmap_uncompressed()
1937 srcHeight = 1; in generate_mipmap_uncompressed()
1946 0, 0, srcWidth, srcHeight, in generate_mipmap_uncompressed()
1980 srcWidth, srcHeight, srcDepth, in generate_mipmap_uncompressed()
2083 GLint srcWidth, srcHeight, srcDepth; in generate_mipmap_compressed() local
2093 srcHeight = srcImage->Height; in generate_mipmap_compressed()
2098 srcWidth, srcHeight, srcDepth, in generate_mipmap_compressed()
2122 srcWidth, srcHeight, srcDepth, in generate_mipmap_compressed()