Home
last modified time | relevance | path

Searched refs:getBlockHeight (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp144 deUint32 getBlockHeight(const VkFormat compressedFormat) in getBlockHeight() function
860 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionInBlocks()
874 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionBlockCeil()
DvktImageTestsUtil.hpp111 deUint32 getBlockHeight (const vk::VkFormat compressedFormat);
DvktImageCompressionTranscodingSupport.cpp192 , m_blockHeight (getBlockHeight(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()
2653 const deUint32 baseTextureHeight = unniceMipmapTextureSize[getBlockHeight(format)]; in getUnniceResolution()