Searched refs:stepMin (Results 1 - 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifier.cpp463 deInt32& stepMin,
469 stepMin = deFloorFloatToInt32(lodFracBounds[0] * (float)mipmapSteps);
472 stepMin = de::max(stepMin, (deInt32)0);
H A DvktSampleVerifier.hpp229 deInt32& stepMin,
/external/skia/tests/
H A DBlurTest.cpp209 static void brute_force_1d(SkScalar stepMin, SkScalar stepMax, argument
218 sum += gaussian(j, gaussianSigma) * step(i-j, stepMin, stepMax);
/external/skqp/tests/
H A DBlurTest.cpp208 static void brute_force_1d(SkScalar stepMin, SkScalar stepMax, argument
217 sum += gaussian(j, gaussianSigma) * step(i-j, stepMin, stepMax);

Completed in 123 milliseconds