Searched refs:sizeInBlocks (Results 1 – 1 of 1) sorted by relevance
887 tcu::UVec3 sizeInBlocks = getCompressedImageResolutionInBlocks(format, size); in getCompressedImageSizeInBytes() local889 VkDeviceSize sizeBytes = sizeInBlocks[0] * sizeInBlocks[1] * sizeInBlocks[2] * blockBytes; in getCompressedImageSizeInBytes()