Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3827 …const bool isMipmapEnabled = (sampler.minFilter != tcu::Sampler::NEAREST && sampler.minFilter !=… in mapSampler() local
3845 (isMipmapEnabled ? minLod : 0.0f), // minLod in mapSampler()
3846 (isMipmapEnabled ? maxLod : (unnormal ? 0.0f : 0.25f)), // maxLod in mapSampler()