Home
last modified time | relevance | path

Searched refs:mipmapMemoryAlignment (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.hpp155 const deUint32 mipmapMemoryAlignment = 1u);
161 const deUint32 mipmapMemoryAlignment = 1u);
168 const deUint32 mipmapMemoryAlignment = 1u);
175 const deUint32 mipmapMemoryAlignment =1u);
DvktSparseResourcesTestsUtil.cpp797 …const tcu::TextureFormat& format, const deUint32 mipmapLevel, const deUint32 mipmapMemoryAlignment) in getImageMipLevelSizeInBytes() argument
801 …* extents.height * extents.depth * layersCount * tcu::getPixelSize(format), mipmapMemoryAlignment); in getImageMipLevelSizeInBytes()
804 …tcu::TextureFormat& format, const deUint32 mipmapLevelsCount, const deUint32 mipmapMemoryAlignment) in getImageSizeInBytes() argument
808 … getImageMipLevelSizeInBytes(baseExtents, layersCount, format, mipmapLevel, mipmapMemoryAlignment); in getImageSizeInBytes()
813 …ription, const deUint32 planeNdx, const deUint32 mipmapLevel, const deUint32 mipmapMemoryAlignment) in getImageMipLevelSizeInBytes() argument
815 … getPlaneSizeInBytes(formatDescription, baseExtents, planeNdx, mipmapLevel, mipmapMemoryAlignment); in getImageMipLevelSizeInBytes()
818 …n, const deUint32 planeNdx, const deUint32 mipmapLevelsCount, const deUint32 mipmapMemoryAlignment) in getImageSizeInBytes() argument
823 …InBytes(baseExtents, layersCount, formatDescription, planeNdx, mipmapLevel, mipmapMemoryAlignment); in getImageSizeInBytes()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.hpp155 const deUint32 mipmapMemoryAlignment = 1u);
161 const deUint32 mipmapMemoryAlignment = 1u);
168 const deUint32 mipmapMemoryAlignment = 1u);
175 const deUint32 mipmapMemoryAlignment =1u);
DvktSparseResourcesTestsUtil.cpp797 …const tcu::TextureFormat& format, const deUint32 mipmapLevel, const deUint32 mipmapMemoryAlignment) in getImageMipLevelSizeInBytes() argument
801 …* extents.height * extents.depth * layersCount * tcu::getPixelSize(format), mipmapMemoryAlignment); in getImageMipLevelSizeInBytes()
804 …tcu::TextureFormat& format, const deUint32 mipmapLevelsCount, const deUint32 mipmapMemoryAlignment) in getImageSizeInBytes() argument
808 … getImageMipLevelSizeInBytes(baseExtents, layersCount, format, mipmapLevel, mipmapMemoryAlignment); in getImageSizeInBytes()
813 …ription, const deUint32 planeNdx, const deUint32 mipmapLevel, const deUint32 mipmapMemoryAlignment) in getImageMipLevelSizeInBytes() argument
815 … getPlaneSizeInBytes(formatDescription, baseExtents, planeNdx, mipmapLevel, mipmapMemoryAlignment); in getImageMipLevelSizeInBytes()
818 …n, const deUint32 planeNdx, const deUint32 mipmapLevelsCount, const deUint32 mipmapMemoryAlignment) in getImageSizeInBytes() argument
823 …InBytes(baseExtents, layersCount, formatDescription, planeNdx, mipmapLevel, mipmapMemoryAlignment); in getImageSizeInBytes()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp185 const deUint32 mipmapMemoryAlignment);
190 const deUint32 mipmapMemoryAlignment);
DvkImageUtil.cpp2567 const deUint32 mipmapMemoryAlignment) in getPlaneSizeInBytes() argument
2572 …mentSizeBytes * imageExtent.width * imageExtent.height * imageExtent.depth, mipmapMemoryAlignment); in getPlaneSizeInBytes()
2579 const deUint32 mipmapMemoryAlignment) in getPlaneSizeInBytes() argument
2582 …atInfo.planes[planeNdx].elementSizeBytes * mipExtents.x() * mipExtents.y(), mipmapMemoryAlignment); in getPlaneSizeInBytes()