Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.cpp436 deInt32& stepMin, in getMipmapStepBounds() argument
442 stepMin = deFloorFloatToInt32(lodFracBounds[0] * (float)mipmapSteps); in getMipmapStepBounds()
445 stepMin = de::max(stepMin, (deInt32)0); in getMipmapStepBounds()
DvktSampleVerifier.hpp230 deInt32& stepMin,
/third_party/skia/tests/
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/flutter/skia/tests/
DBlurTest.cpp230 static void brute_force_1d(SkScalar stepMin, SkScalar stepMax, in brute_force_1d() argument
239 sum += gaussian(j, gaussianSigma) * step(i-j, stepMin, stepMax); in brute_force_1d()