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.cpp3882 …const bool isMipmapEnabled = (sampler.minFilter != tcu::Sampler::NEAREST && sampler.minFilter !=… in mapSampler() local
3905 (isMipmapEnabled ? minLod : 0.0f), // minLod in mapSampler()
3906 (isMipmapEnabled ? maxLod : (unnormal ? 0.0f : 0.25f)), // maxLod in mapSampler()