Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkSampler.cpp32 , minLod(ClampLod(pCreateInfo->minLod)) in SamplerState()
33 , maxLod(ClampLod(pCreateInfo->maxLod)) in SamplerState()
DVkSampler.hpp32 static float ClampLod(float lod) in ClampLod() function