Lines Matching refs:dstDepth
1540 GLint dstWidth, GLint dstHeight, GLint dstDepth, in make_3d_mipmap() argument
1548 const GLint dstDepthNB = dstDepth - 2 * border; in make_3d_mipmap()
1564 srcImageOffset = (srcDepth == dstDepth) ? 0 : 1; in make_3d_mipmap()
1626 dstWidth, dstHeight, dstPtr[dstDepth - 1], dstRowStride); in make_3d_mipmap()
1629 if (srcDepth == dstDepth) { in make_3d_mipmap()
1709 GLint dstWidth, GLint dstHeight, GLint dstDepth, in _mesa_generate_mipmap_level() argument
1736 dstWidth, dstHeight, dstDepth, in _mesa_generate_mipmap_level()
1742 for (i = 0; i < dstDepth; i++) { in _mesa_generate_mipmap_level()
1749 for (i = 0; i < dstDepth; i++) { in _mesa_generate_mipmap_level()
1773 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) in next_mipmap_level_size() argument
1792 *dstDepth = (srcDepth - 2 * border) / 2 + 2 * border; in next_mipmap_level_size()
1795 *dstDepth = srcDepth; /* can't go smaller */ in next_mipmap_level_size()
1800 *dstDepth == srcDepth) { in next_mipmap_level_size()
1899 GLint dstWidth, dstHeight, dstDepth; in generate_mipmap_uncompressed() local
1916 &dstWidth, &dstHeight, &dstDepth); in generate_mipmap_uncompressed()
1921 dstWidth, dstHeight, dstDepth, in generate_mipmap_uncompressed()
1936 dstDepth = dstHeight; in generate_mipmap_uncompressed()
1960 dstMaps = (GLubyte **) calloc(dstDepth, sizeof(GLubyte *)); in generate_mipmap_uncompressed()
1962 for (slice = 0; slice < dstDepth; slice++) { in generate_mipmap_uncompressed()
1982 dstWidth, dstHeight, dstDepth, in generate_mipmap_uncompressed()
1998 for (slice = 0; slice < dstDepth; slice++) { in generate_mipmap_uncompressed()
2084 GLint dstWidth, dstHeight, dstDepth; in generate_mipmap_compressed() local
2099 &dstWidth, &dstHeight, &dstDepth); in generate_mipmap_compressed()
2125 dstWidth, dstHeight, dstDepth, in generate_mipmap_compressed()
2129 dstWidth, dstHeight, dstDepth, in generate_mipmap_compressed()