Searched refs:getBlockSizeInBytes (Results 1 – 4 of 4) sorted by relevance
80 deUint32 getBlockSizeInBytes (const VkFormat compressedFormat);
3677 deUint32 getBlockSizeInBytes (const VkFormat compressedFormat) in getBlockSizeInBytes() function
507 deUint32 blockBytes = getBlockSizeInBytes(format); in getCompressedImageSizeInBytes()
242 …return (getBlockSizeInBytes(format) == 8) ? mapVkFormat(VK_FORMAT_R16G16B16A16_UINT) : mapVkFormat… in getSizeCompatibleTcuTextureFormat()