Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp2940 …const deUint32 widthMultiplier = (baseTextureHeightLevels > baseTextureWidthLevels) ? 1u << (ba… in getUnniceResolution() local
2942 const deUint32 width = baseTextureWidth * widthMultiplier; in getUnniceResolution()