Searched refs:mipmapLevel (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 257 const deUint32 mipmapLevel, in makeBufferImageCopy() argument 265 …makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, mipmapLevel, 0u, layerCount), // VkImageSubr… in makeBufferImageCopy() 710 …eExtents, const deUint32 layersCount, const tcu::TextureFormat& format, const deUint32 mipmapLevel) in getImageMipLevelSizeInBytes() argument 712 const VkExtent3D extents = mipLevelExtents(baseExtents, mipmapLevel); in getImageMipLevelSizeInBytes() 720 for (deUint32 mipmapLevel = 0; mipmapLevel < mipmapLevelsCount; ++mipmapLevel) in getImageSizeInBytes() local 722 imageSizeInBytes += getImageMipLevelSizeInBytes(baseExtents, layersCount, format, mipmapLevel); in getImageSizeInBytes()
|
D | vktSparseResourcesTestsUtil.hpp | 159 const deUint32 mipmapLevel = 0u, 215 const deUint32 mipmapLevel);
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboStateQueryTests.cpp | 291 for (int mipmapLevel = 0; mipmapLevel < 7; ++mipmapLevel) in test() local 299 …lFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, textureID, mipmapLevel); in test() 302 …hmentParam(m_testCtx, *this, GL_FRAMEBUFFER, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL, mipmapLevel); in test()
|