Searched refs:baseExtents (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 692 VkExtent3D mipLevelExtents (const VkExtent3D& baseExtents, const deUint32 mipLevel) in mipLevelExtents() argument 696 result.width = std::max(baseExtents.width >> mipLevel, 1u); in mipLevelExtents() 697 result.height = std::max(baseExtents.height >> mipLevel, 1u); in mipLevelExtents() 698 result.depth = std::max(baseExtents.depth >> mipLevel, 1u); in mipLevelExtents() 710 deUint32 getImageMipLevelSizeInBytes (const VkExtent3D& baseExtents, const deUint32 layersCount, co… in getImageMipLevelSizeInBytes() argument 712 const VkExtent3D extents = mipLevelExtents(baseExtents, mipmapLevel); in getImageMipLevelSizeInBytes() 717 deUint32 getImageSizeInBytes (const VkExtent3D& baseExtents, const deUint32 layersCount, const tcu:… in getImageSizeInBytes() argument 722 imageSizeInBytes += getImageMipLevelSizeInBytes(baseExtents, layersCount, format, mipmapLevel); in getImageSizeInBytes()
|
D | vktSparseResourcesTestsUtil.hpp | 203 vk::VkExtent3D mipLevelExtents (const vk::VkExtent3D& baseExtents, 206 tcu::UVec3 mipLevelExtents (const tcu::UVec3& baseExtents, 212 deUint32 getImageMipLevelSizeInBytes (const vk::VkExtent3D& baseExtents, 217 deUint32 getImageSizeInBytes (const vk::VkExtent3D& baseExtents,
|