Home
last modified time | relevance | path

Searched refs:stepMax (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifier.cpp437 deInt32& stepMax) const
443 stepMax = deCeilFloatToInt32 (lodFracBounds[1] * (float)mipmapSteps);
446 stepMax = de::min(stepMax, (deInt32)mipmapSteps);
H A DvktSampleVerifier.hpp231 deInt32& stepMax) const;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifier.cpp437 deInt32& stepMax) const
443 stepMax = deCeilFloatToInt32 (lodFracBounds[1] * (float)mipmapSteps);
446 stepMax = de::min(stepMax, (deInt32)mipmapSteps);
H A DvktSampleVerifier.hpp231 deInt32& stepMax) const;
/third_party/skia/tests/
H A DBlurTest.cpp227 static void brute_force_1d(SkScalar stepMin, SkScalar stepMax, in brute_force_1d() argument
236 sum += gaussian(j, gaussianSigma) * step(i-j, stepMin, stepMax); in brute_force_1d()
/third_party/lz4/programs/
H A Dlz4io.c1190 const unsigned stepMax = 1U << 30; in fseek_u32() local
1196 if (s > stepMax) s = stepMax; in fseek_u32()

Completed in 8 milliseconds