Lines Matching refs:srcHeight

1447                GLint srcWidth, GLint srcHeight,  in make_2d_mipmap()  argument
1462 if (srcHeight > 1 && srcHeight > dstHeight) { in make_2d_mipmap()
1495 srcPtr + srcWidth * (srcHeight - 1) * bpt, bpt); in make_2d_mipmap()
1498 srcPtr + (srcWidth * srcHeight - 1) * bpt, bpt); in make_2d_mipmap()
1506 srcPtr + (srcWidth * (srcHeight - 1) + 1) * bpt, in make_2d_mipmap()
1507 srcPtr + (srcWidth * (srcHeight - 1) + 1) * bpt, in make_2d_mipmap()
1511 if (srcHeight == dstHeight) { in make_2d_mipmap()
1513 for (row = 1; row < srcHeight; row++) { in make_2d_mipmap()
1539 GLint srcWidth, GLint srcHeight, GLint srcDepth, in make_3d_mipmap() argument
1556 bytesPerSrcImage = srcRowStride * srcHeight * bpt; in make_3d_mipmap()
1563 srcRowOffset = (srcHeight == dstHeight) ? 0 : srcRowStride; in make_3d_mipmap()
1617 srcWidth, srcHeight, srcPtr[0], srcRowStride, in make_3d_mipmap()
1621 srcWidth, srcHeight, srcPtr[srcDepth - 1], srcRowStride, in make_3d_mipmap()
1637 src = srcPtr[img * 2] + (srcHeight - 1) * srcRowStride; in make_3d_mipmap()
1667 + (srcHeight - 1) * srcRowStride; in make_3d_mipmap()
1669 + (srcHeight - 1) * srcRowStride; in make_3d_mipmap()
1702 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_generate_mipmap_level() argument
1725 srcWidth, srcHeight, srcData[0], srcRowStride, in _mesa_generate_mipmap_level()
1730 srcWidth, srcHeight, srcDepth, in _mesa_generate_mipmap_level()
1736 assert(srcHeight == 1); in _mesa_generate_mipmap_level()
1748 srcWidth, srcHeight, srcData[i], srcRowStride, in _mesa_generate_mipmap_level()
1768 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_next_mipmap_level_size() argument
1778 if ((srcHeight - 2 * border > 1) && in _mesa_next_mipmap_level_size()
1781 *dstHeight = (srcHeight - 2 * border) / 2 + 2 * border; in _mesa_next_mipmap_level_size()
1784 *dstHeight = srcHeight; /* can't go smaller */ in _mesa_next_mipmap_level_size()
1799 *dstHeight == srcHeight && in _mesa_next_mipmap_level_size()
1936 GLint srcWidth, srcHeight, srcDepth; in generate_mipmap_uncompressed() local
1947 srcHeight = srcImage->Height; in generate_mipmap_uncompressed()
1961 srcDepth = srcHeight; in generate_mipmap_uncompressed()
1963 srcHeight = 1; in generate_mipmap_uncompressed()
1972 0, 0, srcWidth, srcHeight, in generate_mipmap_uncompressed()
2006 srcWidth, srcHeight, srcDepth, in generate_mipmap_uncompressed()
2123 GLint srcWidth, srcHeight, srcDepth; in generate_mipmap_compressed() local
2133 srcHeight = srcImage->Height; in generate_mipmap_compressed()
2170 srcWidth, srcHeight, srcDepth, in generate_mipmap_compressed()