Home
last modified time | relevance | path

Searched refs:getCompressedImageSizeInBytes (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp207 vk::VkDeviceSize getCompressedImageSizeInBytes (const vk::VkFormat format, const tcu::UVec3& size…
DvktImageCompressionTranscodingSupport.cpp477 …size += static_cast<size_t>(getCompressedImageSizeInBytes(m_parameters.formatCompressed, mipMapSiz… in iterate()
538 offset += getCompressedImageSizeInBytes(m_parameters.formatCompressed, mipMapSizes[mipNdx]); in iterate()
607 offset += getCompressedImageSizeInBytes(m_parameters.formatCompressed, in copyDataToImage()
901 …const VkDeviceSize bufferSizeComp = getCompressedImageSizeInBytes(m_parameters.formatCompress… in decompressImage()
1458 …m_dstData[levelNdx][layerNdx]->resize((size_t)getCompressedImageSizeInBytes(m_dstFormat, m_dstImag… in prepareData()
1804 VkDeviceSize sizeBytes = getCompressedImageSizeInBytes(format, size); in getCompressedImageData()
DvktImageTestsUtil.cpp885 VkDeviceSize getCompressedImageSizeInBytes (const vk::VkFormat format, const tcu::UVec3& size) in getCompressedImageSizeInBytes() function