Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.cpp464 deInt32& stepMax) const in getMipmapStepBounds()
470 stepMax = deCeilFloatToInt32 (lodFracBounds[1] * (float)mipmapSteps); in getMipmapStepBounds()
473 stepMax = de::min(stepMax, (deInt32)mipmapSteps); in getMipmapStepBounds()
DvktSampleVerifier.hpp230 deInt32& stepMax) const;
/external/lz4/programs/
Dlz4io.c869 const unsigned stepMax = 1U << 30; in fseek_u32() local
875 if (s > stepMax) s = stepMax; in fseek_u32()
/external/skia/tests/
DBlurTest.cpp205 static void brute_force_1d(SkScalar stepMin, SkScalar stepMax, in brute_force_1d() argument
214 sum += gaussian(j, gaussianSigma) * step(i-j, stepMin, stepMax); in brute_force_1d()