Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp374 deUint32 getImageMipLevelSizeInBytes (const VkExtent3D& baseExtents, const deUint32 layersCount, co… in getImageMipLevelSizeInBytes() argument
378 return extents.width * extents.height * extents.depth * layersCount * tcu::getPixelSize(format); in getImageMipLevelSizeInBytes()
381 deUint32 getImageSizeInBytes (const VkExtent3D& baseExtents, const deUint32 layersCount, const tcu:… in getImageSizeInBytes() argument
386 imageSizeInBytes += getImageMipLevelSizeInBytes(baseExtents, layersCount, format, mipmapLevel); in getImageSizeInBytes()
DvktPipelineMultisampleTestsUtil.hpp78 …ipLevelSizeInBytes (const vk::VkExtent3D& baseExtents, const deUint32 layersCount, const tcu::Tex…
79 deUint32 getImageSizeInBytes (const vk::VkExtent3D& baseExtents, const deUint32 layersCount, c…
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.hpp130 const deUint32 layersCount,
136 const deUint32 layersCount,
199 const deUint32 layersCount,
DvktSparseResourcesTestsUtil.cpp757 deUint32 getImageMipLevelSizeInBytes(const VkExtent3D& baseExtents, const deUint32 layersCount, con… in getImageMipLevelSizeInBytes() argument
761 …return deAlign32(extents.width * extents.height * extents.depth * layersCount * tcu::getPixelSize(… in getImageMipLevelSizeInBytes()
764 deUint32 getImageSizeInBytes(const VkExtent3D& baseExtents, const deUint32 layersCount, const tcu::… in getImageSizeInBytes() argument
768 …imageSizeInBytes += getImageMipLevelSizeInBytes(baseExtents, layersCount, format, mipmapLevel, mip… in getImageSizeInBytes()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp229 const deUint32 layersCount);
DvktImageTestsUtil.cpp1359 const deUint32 layersCount) in makeFramebuffer() argument
1371 layersCount, // uint32_t layers; in makeFramebuffer()