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