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.hpp181 vk::VkDeviceSize getCompressedImageSizeInBytes (const vk::VkFormat format, const tcu::UVec3& size…
DvktImageCompressionTranscodingSupport.cpp587 …size += static_cast<size_t>(getCompressedImageSizeInBytes(m_parameters.formatCompressed, mipMapSiz… in iterate()
648 offset += getCompressedImageSizeInBytes(m_parameters.formatCompressed, mipMapSizes[mipNdx]); in iterate()
724 offset += getCompressedImageSizeInBytes(m_parameters.formatCompressed, in copyDataToImage()
1028 …const VkDeviceSize bufferSizeComp = getCompressedImageSizeInBytes(m_parameters.formatCompress… in decompressImage()
1619 …m_dstData[levelNdx][layerNdx]->resize((size_t)getCompressedImageSizeInBytes(m_dstFormat, m_dstImag… in prepareData()
1972 VkDeviceSize sizeBytes = getCompressedImageSizeInBytes(format, size); in getCompressedImageData()
DvktImageTestsUtil.cpp608 VkDeviceSize getCompressedImageSizeInBytes (const vk::VkFormat format, const tcu::UVec3& size) in getCompressedImageSizeInBytes() function