Searched refs:stepMin (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifier.cpp | 436 deInt32& stepMin, in getMipmapStepBounds() argument 442 stepMin = deFloorFloatToInt32(lodFracBounds[0] * (float)mipmapSteps); in getMipmapStepBounds() 445 stepMin = de::max(stepMin, (deInt32)0); in getMipmapStepBounds()
|
D | vktSampleVerifier.hpp | 230 deInt32& stepMin,
|
/third_party/skia/tests/ |
D | BlurTest.cpp | 227 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/ |
D | BlurTest.cpp | 230 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()
|