Searched refs:mipmapMemoryAlignment (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.hpp | 149 const deUint32 mipmapMemoryAlignment = 1u); 155 const deUint32 mipmapMemoryAlignment = 1u); 162 const deUint32 mipmapMemoryAlignment = 1u); 169 const deUint32 mipmapMemoryAlignment =1u);
|
D | vktSparseResourcesTestsUtil.cpp | 826 …const tcu::TextureFormat& format, const deUint32 mipmapLevel, const deUint32 mipmapMemoryAlignment) in getImageMipLevelSizeInBytes() argument 830 …* extents.height * extents.depth * layersCount * tcu::getPixelSize(format), mipmapMemoryAlignment); in getImageMipLevelSizeInBytes() 833 …tcu::TextureFormat& format, const deUint32 mipmapLevelsCount, const deUint32 mipmapMemoryAlignment) in getImageSizeInBytes() argument 837 … getImageMipLevelSizeInBytes(baseExtents, layersCount, format, mipmapLevel, mipmapMemoryAlignment); in getImageSizeInBytes() 842 …ription, const deUint32 planeNdx, const deUint32 mipmapLevel, const deUint32 mipmapMemoryAlignment) in getImageMipLevelSizeInBytes() argument 844 … getPlaneSizeInBytes(formatDescription, baseExtents, planeNdx, mipmapLevel, mipmapMemoryAlignment); in getImageMipLevelSizeInBytes() 847 …n, const deUint32 planeNdx, const deUint32 mipmapLevelsCount, const deUint32 mipmapMemoryAlignment) in getImageSizeInBytes() argument 852 …InBytes(baseExtents, layersCount, formatDescription, planeNdx, mipmapLevel, mipmapMemoryAlignment); in getImageSizeInBytes()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 150 const deUint32 mipmapMemoryAlignment); 155 const deUint32 mipmapMemoryAlignment);
|
D | vkImageUtil.cpp | 2520 const deUint32 mipmapMemoryAlignment) in getPlaneSizeInBytes() argument 2525 …mentSizeBytes * imageExtent.width * imageExtent.height * imageExtent.depth, mipmapMemoryAlignment); in getPlaneSizeInBytes() 2532 const deUint32 mipmapMemoryAlignment) in getPlaneSizeInBytes() argument 2535 …atInfo.planes[planeNdx].elementSizeBytes * mipExtents.x() * mipExtents.y(), mipmapMemoryAlignment); in getPlaneSizeInBytes()
|