Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.cpp463 deInt32& stepMin, in getMipmapStepBounds() argument
469 stepMin = deFloorFloatToInt32(lodFracBounds[0] * (float)mipmapSteps); in getMipmapStepBounds()
472 stepMin = de::max(stepMin, (deInt32)0); in getMipmapStepBounds()
DvktSampleVerifier.hpp229 deInt32& stepMin,
/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()