Home
last modified time | relevance | path

Searched defs:clamp (Results 1 - 25 of 86) sorted by relevance

1234

/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeDefs.hpp49 template<typename T> inline T clamp (T x, T a, T b) { DE_ASSERT(a <= b); return x < a ? a : (x > b ? b : x); } in clamp() function
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPolygonOffsetClampTests.hpp41 GLfloat clamp; member
/third_party/skia/modules/canvaskit/
H A Dcolor.js193 function clamp(c) { global() function
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dcolor_filter.cpp63 void ColorFilter::InitWithCompose(const float f1[MATRIX_SIZE], const float f2[MATRIX_SIZE], Clamp clamp) in InitWithCompose() argument
114 CreateComposeColorFilter( const float (&f1)[MATRIX_SIZE], const float (&f2)[MATRIX_SIZE], Clamp clamp) CreateComposeColorFilter() argument
120 CreateMatrixColorFilter(const ColorMatrix& m, Clamp clamp) CreateMatrixColorFilter() argument
125 CreateFloatColorFilter(const float (&f)[MATRIX_SIZE], Clamp clamp) CreateFloatColorFilter() argument
[all...]
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
H A Darg.impl.h60 uint8_t clamp; /**< clamping policy */ member
/third_party/node/deps/brotli/c/enc/
H A Dliteral_cost.c21 static size_t UTF8Position(size_t last, size_t c, size_t clamp) { in UTF8Position() argument
/third_party/mesa3d/src/mesa/main/
H A Dpolygon.c308 _mesa_polygon_offset_clamp(struct gl_context *ctx, GLfloat factor, GLfloat units, GLfloat clamp) _mesa_polygon_offset_clamp() argument
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dliteral_cost.c21 static size_t UTF8Position(size_t last, size_t c, size_t clamp) { in UTF8Position() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_color_filter.cpp32 static SkColorFilters::Clamp ConverToSkClamp(Drawing::Clamp clamp) in ConverToSkClamp() argument
42 void SkiaColorFilter::InitWithColorMatrix(const ColorMatrix& m, Clamp clamp) in InitWithColorMatrix() argument
49 void SkiaColorFilter::InitWithColorFloat(const float f[20], Clamp clamp) in InitWithColorFloat() argument
81 void SkiaColorFilter::InitWithCompose(const float f1[MATRIX_SIZE], const float f2[MATRIX_SIZE], Clamp clamp) in InitWithCompose() argument
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmathf.h46 constexpr inline const T& clamp(const T& value, const T& min, const T& max) in clamp() function
/third_party/astc-encoder/Source/
H A Dastcenc_mathlib.h262 inline T clamp(T v, T mn, T mx) in clamp() function
H A Dastcenc_vecmathlib_common_4.h119 ASTCENC_SIMD_INLINE vint4 clamp(int minv, int maxv, vint4 a) in clamp() function
219 ASTCENC_SIMD_INLINE vfloat4 clamp(float minv, float maxv, vfloat4 a) in clamp() function
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_limits.h46 } clamp; member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c47 float clamp; member
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_inlines.h41 r300_translate_blend_function(int blend_func, boolean clamp) r300_translate_blend_function() argument
/third_party/skia/src/core/
H A DSkColorFilter_Matrix.cpp34 SkColorFilter_Matrix::SkColorFilter_Matrix(const float array[20], Domain domain, Clamp clamp) in SkColorFilter_Matrix() argument
67 Clamp clamp = buffer.isVersionLT(SkPicturePriv::kUnclampedMatrixColorFilter) in CreateProc() local
271 sk_sp<SkColorFilter> SkColorFilters::Matrix(const float array[20], Clamp clamp) { in Matrix() argument
275 sk_sp<SkColorFilter> SkColorFilters::Matrix(const SkColorMatrix& cm, Clamp clamp) { in Matrix() argument
262 MakeMatrix(const float array[20], SkColorFilter_Matrix::Domain domain, SkColorFilters::Clamp clamp) MakeMatrix() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DMath.hpp153 inline T clamp(T x, T a, T b) in clamp() function
/third_party/backends/backend/genesys/
H A Dutilities.h92 inline T clamp(const T& value, const T& lo, const T& hi) in clamp() function
/third_party/mesa3d/src/compiler/nir/
H A Dnir_conversion_builder.h435 nir_convert_with_rounding(nir_builder *b, nir_ssa_def *src, nir_alu_type src_type, nir_alu_type dest_type, nir_rounding_mode round, bool clamp) nir_convert_with_rounding() argument
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dvalhall.h97 bool clamp : 1; member
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Deddsa.c50 static void clamp(uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES]) in clamp() function
/third_party/openssl/crypto/ec/curve448/
H A Deddsa.c50 static void clamp(uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES]) in clamp() function
/third_party/skia/src/gpu/effects/
H A 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; Make() local
198 GrBicubicEffect(std::unique_ptr<GrFragmentProcessor> fp, SkImage::CubicResampler kernel, Direction direction, Clamp clamp) GrBicubicEffect() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMath.hpp186 inline T clamp(T x, T a, T b) in clamp() function
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c59 boolean clamp[PIPE_MAX_COLOR_BUFS]; /**< clamp colors to [0,1]? */ member
940 const boolean clamp = bqs->clamp[cbuf]; in blend_fallback() local
[all...]

Completed in 14 milliseconds

1234