Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp134 deUint32 getBlockWidth(const VkFormat compressedFormat) in getBlockWidth() function
859 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionInBlocks()
873 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionBlockCeil()
DvktImageTestsUtil.hpp110 deUint32 getBlockWidth (const vk::VkFormat compressedFormat);
DvktImageCompressionTranscodingSupport.cpp191 , m_blockWidth (getBlockWidth(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()
2652 const deUint32 baseTextureWidth = unniceMipmapTextureSize[getBlockWidth(format)]; in getUnniceResolution()