/third_party/vk-gl-cts/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…
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.hpp | 145 deUint32 getImageMipLevelSizeInBytes (const vk::VkExtent3D& baseExtents, 151 deUint32 getImageSizeInBytes (const vk::VkExtent3D& baseExtents, 157 deUint32 getImageMipLevelSizeInBytes (const vk::VkExtent3D& baseExtents, 164 deUint32 getImageSizeInBytes (const vk::VkExtent3D& baseExtents,
|
D | vktSparseResourcesTestsUtil.cpp | 826 deUint32 getImageMipLevelSizeInBytes(const VkExtent3D& baseExtents, const deUint32 layersCount, con… in getImageMipLevelSizeInBytes() argument 828 const VkExtent3D extents = mipLevelExtents(baseExtents, mipmapLevel); 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()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 147 const VkExtent3D& baseExtents, 152 const tcu::UVec2& baseExtents, 157 const VkExtent3D& baseExtents, 161 const tcu::UVec2& baseExtents, 200 VkExtent3D mipLevelExtents (const VkExtent3D& baseExtents,
|
D | vkImageUtil.cpp | 2517 const VkExtent3D& baseExtents, in getPlaneSizeInBytes() argument 2522 VkExtent3D imageExtent = getPlaneExtent(formatInfo, baseExtents, planeNdx, mipmapLevel); in getPlaneSizeInBytes() 2529 const tcu::UVec2& baseExtents, in getPlaneSizeInBytes() argument 2534 …tcu::UVec2 mipExtents = getPlaneExtent(formatInfo, baseExtents, planeNdx, mipmapLevel) / tcu::UVec… in getPlaneSizeInBytes() 2539 const VkExtent3D& baseExtents, in getPlaneExtent() argument 2546 …VkExtent3D mip0Extents { baseExtents.width / widthDivisor, baseExtents.height / heightDivisor, ba… in getPlaneExtent() 2552 const tcu::UVec2& baseExtents, in getPlaneExtent() argument 2558 tcu::UVec2 mip0Extents { baseExtents.x() / widthDivisor, baseExtents.y() / heightDivisor }; in getPlaneExtent() 4131 VkExtent3D mipLevelExtents (const VkExtent3D& baseExtents, const deUint32 mipLevel) in mipLevelExtents() argument 4135 result.width = std::max(baseExtents.width >> mipLevel, 1u); in mipLevelExtents() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 1173 VkExtent3D mipLevelExtents (const VkExtent3D& baseExtents, const deUint32 mipLevel) in mipLevelExtents() argument 1177 result.width = std::max(baseExtents.width >> mipLevel, 1u); in mipLevelExtents() 1178 result.height = std::max(baseExtents.height >> mipLevel, 1u); in mipLevelExtents() 1179 result.depth = std::max(baseExtents.depth >> mipLevel, 1u); in mipLevelExtents()
|