Lines Matching refs:srcDepth
1539 GLint srcWidth, GLint srcHeight, GLint srcDepth, in make_3d_mipmap() argument
1546 const GLint srcDepthNB = srcDepth - 2 * border; in make_3d_mipmap()
1560 srcImageOffset = (srcDepth == dstDepth) ? 0 : 1; in make_3d_mipmap()
1621 srcWidth, srcHeight, srcPtr[srcDepth - 1], srcRowStride, in make_3d_mipmap()
1625 if (srcDepth == dstDepth) { in make_3d_mipmap()
1702 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_generate_mipmap_level() argument
1730 srcWidth, srcHeight, srcDepth, in _mesa_generate_mipmap_level()
1768 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_next_mipmap_level_size() argument
1787 if ((srcDepth - 2 * border > 1) && in _mesa_next_mipmap_level_size()
1792 *dstDepth = (srcDepth - 2 * border) / 2 + 2 * border; in _mesa_next_mipmap_level_size()
1795 *dstDepth = srcDepth; /* can't go smaller */ in _mesa_next_mipmap_level_size()
1800 *dstDepth == srcDepth) { in _mesa_next_mipmap_level_size()
1936 GLint srcWidth, srcHeight, srcDepth; in generate_mipmap_uncompressed() local
1948 srcDepth = srcImage->Depth; in generate_mipmap_uncompressed()
1961 srcDepth = srcHeight; in generate_mipmap_uncompressed()
1968 srcMaps = calloc(srcDepth, sizeof(GLubyte *)); in generate_mipmap_uncompressed()
1970 for (slice = 0; slice < srcDepth; slice++) { in generate_mipmap_uncompressed()
2006 srcWidth, srcHeight, srcDepth, in generate_mipmap_uncompressed()
2014 for (slice = 0; slice < srcDepth; slice++) { in generate_mipmap_uncompressed()
2123 GLint srcWidth, srcHeight, srcDepth; in generate_mipmap_compressed() local
2134 srcDepth = srcImage->Depth; in generate_mipmap_compressed()
2159 for (i = 0; i < srcDepth; i++) { in generate_mipmap_compressed()
2170 srcWidth, srcHeight, srcDepth, in generate_mipmap_compressed()