Searched refs:getCompressedImageSizeInBytes (Results 1 – 3 of 3) sorted by relevance
207 vk::VkDeviceSize getCompressedImageSizeInBytes (const vk::VkFormat format, const tcu::UVec3& size…
477 …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()
885 VkDeviceSize getCompressedImageSizeInBytes (const vk::VkFormat format, const tcu::UVec3& size) in getCompressedImageSizeInBytes() function