Home
last modified time | relevance | path

Searched refs:baseTextureWidthLevels (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp2994 const deUint32 baseTextureWidthLevels = deLog2Floor32(baseTextureWidth); in getUnniceResolution() local
2996 const deUint32 widthMultiplier = (baseTextureHeightLevels > baseTextureWidthLevels) ? 1u << (baseTextureHeightLevels - baseTextureWidthLevels) : 1u; in getUnniceResolution()
2997 const deUint32 heightMultiplier = (baseTextureWidthLevels > baseTextureHeightLevels) ? 1u << (baseTextureWidthLevels - baseTextureHeightLevels) : 1u; in getUnniceResolution()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp2980 const deUint32 baseTextureWidthLevels = deLog2Floor32(baseTextureWidth); in getUnniceResolution() local
2982 const deUint32 widthMultiplier = (baseTextureHeightLevels > baseTextureWidthLevels) ? 1u << (baseTextureHeightLevels - baseTextureWidthLevels) : 1u; in getUnniceResolution()
2983 const deUint32 heightMultiplier = (baseTextureWidthLevels > baseTextureHeightLevels) ? 1u << (baseTextureWidthLevels - baseTextureHeightLevels) : 1u; in getUnniceResolution()

Completed in 12 milliseconds