Home
last modified time | relevance | path

Searched refs:dstDepth (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dmipmap.c1567 GLint dstWidth, GLint dstHeight, GLint dstDepth, in make_3d_mipmap()
1575 const GLint dstDepthNB = dstDepth - 2 * border; in make_3d_mipmap()
1586 srcImageOffset = (srcDepth == dstDepth) ? 0 : 1; in make_3d_mipmap()
1601 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth); in make_3d_mipmap()
1648 dstWidth, dstHeight, dstPtr[dstDepth - 1], dstRowStride); in make_3d_mipmap()
1651 if (srcDepth == dstDepth) { in make_3d_mipmap()
1731 GLint dstWidth, GLint dstHeight, GLint dstDepth, in _mesa_generate_mipmap_level()
1758 dstWidth, dstHeight, dstDepth, in _mesa_generate_mipmap_level()
1764 for (i = 0; i < dstDepth; i++) { in _mesa_generate_mipmap_level()
1772 for (i = 0; i < dstDepth; in _mesa_generate_mipmap_level()
1564 make_3d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstPtr, GLint dstRowStride) make_3d_mipmap() argument
1725 _mesa_generate_mipmap_level(GLenum target, GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcData, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstData, GLint dstRowStride) _mesa_generate_mipmap_level() argument
1793 _mesa_next_mipmap_level_size(GLenum target, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) _mesa_next_mipmap_level_size() argument
1968 GLint dstWidth, dstHeight, dstDepth; generate_mipmap_uncompressed() local
2155 GLint dstWidth, dstHeight, dstDepth; generate_mipmap_compressed() local
[all...]
H A Dmipmap.h51 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth);
H A Dcopyimage.c619 int dstWidth, dstHeight, dstDepth; in _mesa_CopyImageSubData() local
704 dstDepth = srcDepth; in _mesa_CopyImageSubData()
712 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth, in _mesa_CopyImageSubData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp3714 const int dstDepth = static_cast<int>(dstImageParams.extent.depth); in iterate() local
3763 m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(dstTcuFormat, dstWidth, dstHeight, dstDepth)); in iterate()
3764 generateBuffer(m_destinationTextureLevel->getAccess(), dstWidth, dstHeight, dstDepth, dstImageParams.fillMode); in iterate()
3848 tcu::TextureLevel decompressedLevel (getUncompressedFormat(dstCompressedFormat), dstWidth, dstHeight, dstDepth); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp3274 const int dstDepth = static_cast<int>(dstImageParams.extent.depth); in iterate() local
3323 m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(dstTcuFormat, dstWidth, dstHeight, dstDepth)); in iterate()
3324 generateBuffer(m_destinationTextureLevel->getAccess(), dstWidth, dstHeight, dstDepth, dstImageParams.fillMode); in iterate()
3410 tcu::TextureLevel decompressedLevel (getUncompressedFormat(dstCompressedFormat), dstWidth, dstHeight, dstDepth); in iterate() local

Completed in 44 milliseconds