Searched refs:stepMax (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifier.cpp | 464 deInt32& stepMax) const in getMipmapStepBounds() 470 stepMax = deCeilFloatToInt32 (lodFracBounds[1] * (float)mipmapSteps); in getMipmapStepBounds() 473 stepMax = de::min(stepMax, (deInt32)mipmapSteps); in getMipmapStepBounds()
|
D | vktSampleVerifier.hpp | 230 deInt32& stepMax) const;
|
/external/lz4/programs/ |
D | lz4io.c | 986 const unsigned stepMax = 1U << 30; in fseek_u32() local 992 if (s > stepMax) s = stepMax; in fseek_u32()
|
/external/skia/tests/ |
D | BlurTest.cpp | 228 static void brute_force_1d(SkScalar stepMin, SkScalar stepMax, in brute_force_1d() argument 237 sum += gaussian(j, gaussianSigma) * step(i-j, stepMin, stepMax); in brute_force_1d()
|
/external/skqp/tests/ |
D | BlurTest.cpp | 228 static void brute_force_1d(SkScalar stepMin, SkScalar stepMax, in brute_force_1d() argument 237 sum += gaussian(j, gaussianSigma) * step(i-j, stepMin, stepMax); in brute_force_1d()
|