Searched refs:mipmapMemoryAlignment (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.hpp | 155 const deUint32 mipmapMemoryAlignment = 1u); 161 const deUint32 mipmapMemoryAlignment = 1u); 168 const deUint32 mipmapMemoryAlignment = 1u); 175 const deUint32 mipmapMemoryAlignment =1u);
|
D | vktSparseResourcesTestsUtil.cpp | 797 …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/ |
D | vktSparseResourcesTestsUtil.hpp | 155 const deUint32 mipmapMemoryAlignment = 1u); 161 const deUint32 mipmapMemoryAlignment = 1u); 168 const deUint32 mipmapMemoryAlignment = 1u); 175 const deUint32 mipmapMemoryAlignment =1u);
|
D | vktSparseResourcesTestsUtil.cpp | 797 …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/ |
D | vkImageUtil.hpp | 185 const deUint32 mipmapMemoryAlignment); 190 const deUint32 mipmapMemoryAlignment);
|
D | vkImageUtil.cpp | 2567 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()
|