Searched refs:getCompressedImageSizeInBytes (Results 1 – 4 of 4) sorted by relevance
179 vk::VkDeviceSize getCompressedImageSizeInBytes (const vk::VkFormat format, const tcu::UVec3& size…
200 …const VkDeviceSize bufferSizeCompresed = getCompressedImageSizeInBytes(m_parameters.testedForm… in iterate()
588 …size += static_cast<size_t>(getCompressedImageSizeInBytes(m_parameters.formatCompressed, mipMapSiz… in iterate()649 offset += getCompressedImageSizeInBytes(m_parameters.formatCompressed, mipMapSizes[mipNdx]); in iterate()725 offset += getCompressedImageSizeInBytes(m_parameters.formatCompressed, in copyDataToImage()1032 …const VkDeviceSize bufferSizeComp = getCompressedImageSizeInBytes(m_parameters.formatCompress… in decompressImage()1623 …m_dstData[levelNdx][layerNdx]->resize((size_t)getCompressedImageSizeInBytes(m_dstFormat, m_dstImag… in prepareData()1979 VkDeviceSize sizeBytes = getCompressedImageSizeInBytes(format, size); in getCompressedImageData()
504 VkDeviceSize getCompressedImageSizeInBytes (const vk::VkFormat format, const tcu::UVec3& size) in getCompressedImageSizeInBytes() function