Searched refs:layersCount (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.hpp | 146 const deUint32 layersCount, 152 const deUint32 layersCount, 158 const deUint32 layersCount, 165 const deUint32 layersCount, 178 const deUint32 layersCount,
|
D | vktSparseResourcesTestsUtil.cpp | 826 deUint32 getImageMipLevelSizeInBytes(const VkExtent3D& baseExtents, const deUint32 layersCount, con… in getImageMipLevelSizeInBytes() argument 830 …return deAlign32(extents.width * extents.height * extents.depth * layersCount * tcu::getPixelSize(… in getImageMipLevelSizeInBytes() 833 deUint32 getImageSizeInBytes(const VkExtent3D& baseExtents, const deUint32 layersCount, const tcu::… in getImageSizeInBytes() argument 837 …imageSizeInBytes += getImageMipLevelSizeInBytes(baseExtents, layersCount, format, mipmapLevel, mip… in getImageSizeInBytes() 842 deUint32 getImageMipLevelSizeInBytes (const VkExtent3D& baseExtents, const deUint32 layersCount, co… in getImageMipLevelSizeInBytes() argument 844 …return layersCount * getPlaneSizeInBytes(formatDescription, baseExtents, planeNdx, mipmapLevel, mi… in getImageMipLevelSizeInBytes() 847 deUint32 getImageSizeInBytes (const VkExtent3D& baseExtents, const deUint32 layersCount, const vk::… in getImageSizeInBytes() argument 852 …imageSizeInBytes += getImageMipLevelSizeInBytes(baseExtents, layersCount, formatDescription, plane… in getImageSizeInBytes()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTestsUtil.cpp | 363 deUint32 getImageMipLevelSizeInBytes (const VkExtent3D& baseExtents, const deUint32 layersCount, co… in getImageMipLevelSizeInBytes() argument 367 …return extents.width * extents.height * extents.depth * layersCount * numSamples * tcu::getPixelSi… in getImageMipLevelSizeInBytes() 370 deUint32 getImageSizeInBytes (const VkExtent3D& baseExtents, const deUint32 layersCount, const tcu:… in getImageSizeInBytes() argument 375 …imageSizeInBytes += getImageMipLevelSizeInBytes(baseExtents, layersCount, format, mipmapLevel, num… in getImageSizeInBytes()
|
D | vktPipelineMultisampleTestsUtil.hpp | 76 …ipLevelSizeInBytes (const vk::VkExtent3D& baseExtents, const deUint32 layersCount, const tcu::Tex… 77 deUint32 getImageSizeInBytes (const vk::VkExtent3D& baseExtents, const deUint32 layersCount, c…
|