Home
last modified time | relevance | path

Searched defs:clamp (Results 1 – 25 of 92) sorted by relevance

1234

/external/vulkan-validation-layers/libs/glm/gtx/
Dwrap.inl16 GLM_FUNC_QUALIFIER genType clamp function
25 GLM_FUNC_QUALIFIER detail::tvec2<T, P> clamp function
37 GLM_FUNC_QUALIFIER detail::tvec3<T, P> clamp function
49 GLM_FUNC_QUALIFIER detail::tvec4<T, P> clamp function
/external/mesa3d/src/mesa/main/
Dpolygon.c240 GLfloat factor, GLfloat units, GLfloat clamp) in _mesa_polygon_offset_clamp()
277 _mesa_PolygonOffsetClampEXT( GLfloat factor, GLfloat units, GLfloat clamp ) in _mesa_PolygonOffsetClampEXT()
Dblend.c860 _mesa_ClampColor(GLenum target, GLenum clamp) in _mesa_ClampColor()
906 get_clamp_color(const struct gl_framebuffer *fb, GLenum clamp) in get_clamp_color()
/external/libvpx/libvpx/test/
Dadd_noise_test.cc47 const int clamp = vpx_setup_noise(4.4, noise, kNoiseSize); in TEST_P() local
99 const int clamp = vpx_setup_noise(4.4, noise, kNoiseSize); in TEST_P() local
/external/libvpx/libvpx/vp8/common/
Dpostproc.h20 int clamp; member
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.h31 int clamp; member
/external/pdfium/third_party/base/
Dstl_util.h73 constexpr const T& clamp(const T& v, const T& lo, const T& hi) { in clamp() function
/external/deqp/external/openglcts/modules/common/
DglcPolygonOffsetClampTests.hpp41 GLfloat clamp; member
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_common.inl418 GLM_FUNC_QUALIFIER detail::tvec2<T, P> clamp function
435 GLM_FUNC_QUALIFIER detail::tvec3<T, P> clamp function
453 GLM_FUNC_QUALIFIER detail::tvec4<T, P> clamp function
472 GLM_FUNC_QUALIFIER detail::tvec2<T, P> clamp function
489 GLM_FUNC_QUALIFIER detail::tvec3<T, P> clamp function
507 GLM_FUNC_QUALIFIER detail::tvec4<T, P> clamp function
/external/replicaisland/src/com/replica/replicaisland/
DUtils.java39 public final static int clamp(int value, int min, int max) { in clamp() method in Utils
/external/tensorflow/tensorflow/compiler/xla/tests/
Dvector_ops_simple_test.cc307 auto clamp = builder.Min(builder.Max(x, zero), one); in XLA_TEST_F() local
320 auto clamp = builder.Clamp(zero, x, one); in XLA_TEST_F() local
332 auto clamp = builder.Clamp(zero, x, one); in XLA_TEST_F() local
344 auto clamp = builder.Clamp(one, x, two); in XLA_TEST_F() local
365 Computation clamp; in XLA_TEST_F() local
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp_common.h52 static INLINE int clamp(int value, int low, int high) { in clamp() function
/external/libmojo/ui/gfx/geometry/
Dsize_f.h70 static constexpr float clamp(float f) { return f > kTrivial ? f : 0.f; } in clamp() function
/external/swiftshader/src/Renderer/
DQuadRasterizer.cpp319 …4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, bool flat, bool perspective, bool clamp) in interpolate()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h42 boolean clamp) in r300_translate_blend_function()
/external/tensorflow/tensorflow/compiler/xla/service/
Dgraphviz_example.cc109 auto clamp = builder.AddInstruction(HloInstruction::CreateTernary( in MakeBigGraph() local
/external/brotli/c/enc/
Dliteral_cost.c21 static size_t UTF8Position(size_t last, size_t c, size_t clamp) { in UTF8Position()
/external/boringssl/mac-x86_64/crypto/cipher_extra/
Dchacha20_poly1305_x86_64.S23 .clamp: label
/external/boringssl/linux-x86_64/crypto/cipher_extra/
Dchacha20_poly1305_x86_64.S24 .clamp: label
/external/replicaisland/tools/
DExtractPoints.js293 function clamp(input) { function
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_offset.c47 float clamp; member
/external/deqp/framework/delibs/decpp/
DdeDefs.hpp45 template<typename T> inline T clamp (T x, T a, T b) { DE_ASSERT(a <= b); return x < a ? a : (x > … in clamp() function
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_limits.h46 } clamp; member
/external/ImageMagick/MagickCore/
Dcomposite.c301 clamp, in CompositeOverImage() local
537 clamp, local
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_pack.py299 clamp=True, argument

1234