Searched refs:stepMin (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifier.cpp | 463 deInt32& stepMin, in getMipmapStepBounds() argument 469 stepMin = deFloorFloatToInt32(lodFracBounds[0] * (float)mipmapSteps); in getMipmapStepBounds() 472 stepMin = de::max(stepMin, (deInt32)0); in getMipmapStepBounds()
|
D | vktSampleVerifier.hpp | 229 deInt32& stepMin,
|
/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()
|