Home
last modified time | relevance | path

Searched refs:baseExtents (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp363 deUint32 getImageMipLevelSizeInBytes (const VkExtent3D& baseExtents, const deUint32 layersCount, co… in getImageMipLevelSizeInBytes() argument
365 const VkExtent3D extents = mipLevelExtents(baseExtents, mipmapLevel); 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()
DvktPipelineMultisampleTestsUtil.hpp76 deUint32 getImageMipLevelSizeInBytes (const vk::VkExtent3D& baseExtents, const deUint32 layersCo…
77 deUint32 getImageSizeInBytes (const vk::VkExtent3D& baseExtents, const deUint32 layersCount, c…
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp663 deUint32 getImageMipLevelSizeInBytes(const VkExtent3D& baseExtents, const deUint32 layersCount, con… in getImageMipLevelSizeInBytes() argument
665 const VkExtent3D extents = mipLevelExtents(baseExtents, mipmapLevel); in getImageMipLevelSizeInBytes()
670 deUint32 getImageSizeInBytes(const VkExtent3D& baseExtents, const deUint32 layersCount, const tcu::… in getImageSizeInBytes() argument
674 …imageSizeInBytes += getImageMipLevelSizeInBytes(baseExtents, layersCount, format, mipmapLevel, mip… in getImageSizeInBytes()
DvktSparseResourcesTestsUtil.hpp123 deUint32 getImageMipLevelSizeInBytes (const vk::VkExtent3D& baseExtents,
129 deUint32 getImageSizeInBytes (const vk::VkExtent3D& baseExtents,
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp143 VkExtent3D mipLevelExtents (const VkExtent3D& baseExtents,
DvkImageUtil.cpp2798 VkExtent3D mipLevelExtents (const VkExtent3D& baseExtents, const deUint32 mipLevel) in mipLevelExtents() argument
2802 result.width = std::max(baseExtents.width >> mipLevel, 1u); in mipLevelExtents()
2803 result.height = std::max(baseExtents.height >> mipLevel, 1u); in mipLevelExtents()
2804 result.depth = std::max(baseExtents.depth >> mipLevel, 1u); in mipLevelExtents()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1144 VkExtent3D mipLevelExtents (const VkExtent3D& baseExtents, const deUint32 mipLevel) in mipLevelExtents() argument
1148 result.width = std::max(baseExtents.width >> mipLevel, 1u); in mipLevelExtents()
1149 result.height = std::max(baseExtents.height >> mipLevel, 1u); in mipLevelExtents()
1150 result.depth = std::max(baseExtents.depth >> mipLevel, 1u); in mipLevelExtents()