Home
last modified time | relevance | path

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

123456

/third_party/boost/boost/beast/core/detail/
Dclamp.hpp24 clamp(UInt x) in clamp() function
34 clamp(UInt x, std::size_t limit) in clamp() function
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dclamp.hpp24 clamp(UInt x) in clamp() function
34 clamp(UInt x, std::size_t limit) in clamp() function
/third_party/skia/src/gpu/effects/
DGrBicubicEffect.cpp120 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in Make() local
136 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in Make() local
155 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in MakeSubset() local
183 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in MakeSubset() local
193 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in Make() local
201 Clamp clamp) in GrBicubicEffect()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dwrap.inl7 GLM_FUNC_QUALIFIER vecType<T, P> clamp(vecType<T, P> const& Texcoord) function
13 GLM_FUNC_QUALIFIER genType clamp(genType const & Texcoord) function
/third_party/boost/boost/algorithm/
Dclamp.hpp50 BOOST_CXX14_CONSTEXPR T const & clamp ( T const& val, in clamp() function
72 BOOST_CXX14_CONSTEXPR T const& clamp ( const T& val, in clamp() function
/third_party/mesa3d/src/mesa/main/
Dpolygon.c318 GLfloat factor, GLfloat units, GLfloat clamp) in _mesa_polygon_offset_clamp()
348 _mesa_PolygonOffsetClampEXT( GLfloat factor, GLfloat units, GLfloat clamp ) in _mesa_PolygonOffsetClampEXT()
Dblend.c1073 _mesa_ClampColor(GLenum target, GLenum clamp) in _mesa_ClampColor()
1122 get_clamp_color(const struct gl_framebuffer *fb, GLenum clamp) in get_clamp_color()
1162 GLboolean clamp; in _mesa_update_clamp_fragment_color() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/audio/kernels/
Dlfilter_op.h32 LFilterOp(std::vector<float> a_coeffs, std::vector<float> b_coeffs, bool clamp) in LFilterOp()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/audio/ir/kernels/
Dlfilter_ir.cc26 …FilterOperation(const std::vector<float> &a_coeffs, const std::vector<float> &b_coeffs, bool clamp) in LFilterOperation()
/third_party/mindspore/tests/ut/python/dataset/
Dtest_lfilter.py72 def test_invalid_input(test_name, a_coeffs, b_coeffs, clamp, error, error_msg): argument
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dvp9utils.c251 clamp (int value, int low, int high) in clamp() function
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPolygonOffsetClampTests.hpp41 GLfloat clamp; member
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DQuadRasterizer.cpp319 …4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, bool flat, bool perspective, bool clamp) in interpolate()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationGL46.cpp35 bool ValidatePolygonOffsetClamp(Context *context, GLfloat factor, GLfloat units, GLfloat clamp) in ValidatePolygonOffsetClamp()
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Dranges.hpp90 U clamp(U u, V v) in clamp() function
/third_party/boost/boost/beast/zlib/detail/
Dranges.hpp90 U clamp(U u, V v) in clamp() function
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_6_autogen.cpp86 void GL_APIENTRY PolygonOffsetClamp(GLfloat factor, GLfloat units, GLfloat clamp) in PolygonOffsetClamp()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h42 boolean clamp) in r300_translate_blend_function()
/third_party/boost/libs/compute/include/boost/compute/image/
Dimage_sampler.hpp37 clamp = CL_ADDRESS_CLAMP, enumerator
/third_party/boost/boost/compute/image/
Dimage_sampler.hpp37 clamp = CL_ADDRESS_CLAMP, enumerator
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_shader.c293 bool clamp = nir_alu_type_get_base_type(newtype) != nir_type_float; in panvk_adjust_rt_type() local
298 bool clamp = nir_alu_type_get_base_type(oldtype) != nir_type_float; in panvk_adjust_rt_type() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dliteral_cost.c21 static size_t UTF8Position(size_t last, size_t c, size_t clamp) { in UTF8Position()
/third_party/skia/modules/canvaskit/
Dcolor.js193 function clamp(c) { function
/third_party/node/deps/brotli/c/enc/
Dliteral_cost.c21 static size_t UTF8Position(size_t last, size_t c, size_t clamp) { in UTF8Position()
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Darg.impl.h60 uint8_t clamp; /**< clamping policy */ member

123456