Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp787 …const bool isMipmapEnabled = (sampler.minFilter != tcu::Sampler::NEAREST && sampler.minFilter … in mapSampler() local
805 (isMipmapEnabled ? minLod : 0.0f), // minLod in mapSampler()
806 (isMipmapEnabled ? maxLod : 0.25f), // maxLod in mapSampler()