Searched refs:baseExtents (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTestsUtil.cpp | 363 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()
|
D | vktPipelineMultisampleTestsUtil.hpp | 76 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/ |
D | vktSparseResourcesTestsUtil.cpp | 663 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()
|
D | vktSparseResourcesTestsUtil.hpp | 123 deUint32 getImageMipLevelSizeInBytes (const vk::VkExtent3D& baseExtents, 129 deUint32 getImageSizeInBytes (const vk::VkExtent3D& baseExtents,
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 143 VkExtent3D mipLevelExtents (const VkExtent3D& baseExtents,
|
D | vkImageUtil.cpp | 2798 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/ |
D | vktShaderRender.cpp | 1144 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()
|