Home
last modified time | relevance | path

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

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