| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deDefs.hpp | 49 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 D | glcPolygonOffsetClampTests.hpp | 41 GLfloat clamp; member
|
| /third_party/skia/modules/canvaskit/ |
| H A D | color.js | 193 function clamp(c) { global() function [all...] |
| /third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
| H A D | arg.impl.h | 60 uint8_t clamp; /**< clamping policy */ member
|
| /third_party/node/deps/brotli/c/enc/ |
| H A D | literal_cost.c | 21 static size_t UTF8Position(size_t last, size_t c, size_t clamp) { in UTF8Position() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | polygon.c | 308 _mesa_polygon_offset_clamp(struct gl_context *ctx, GLfloat factor, GLfloat units, GLfloat clamp) _mesa_polygon_offset_clamp() argument
|
| H A D | blend.c | 1042 _mesa_ClampColor(GLenum target, GLenum clamp) in _mesa_ClampColor() argument 1091 get_clamp_color(const struct gl_framebuffer *fb, GLenum clamp) in get_clamp_color() argument 1131 GLboolean clamp; _mesa_update_clamp_fragment_color() local [all...] |
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | literal_cost.c | 21 static size_t UTF8Position(size_t last, size_t c, size_t clamp) { in UTF8Position() argument
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_mathlib.h | 262 inline T clamp(T v, T mn, T mx) in clamp() function
|
| H A D | astcenc_vecmathlib_common_4.h | 119 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 D | nine_limits.h | 46 } clamp; member
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_offset.c | 47 float clamp; member
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_state_inlines.h | 41 r300_translate_blend_function(int blend_func, boolean clamp) r300_translate_blend_function() argument
|
| /third_party/skia/src/core/ |
| H A D | SkColorFilter_Matrix.cpp | 34 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 D | Math.hpp | 153 inline T clamp(T x, T a, T b) in clamp() function
|
| /third_party/backends/backend/genesys/ |
| H A D | utilities.h | 92 inline T clamp(const T& value, const T& lo, const T& hi) in clamp() function
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_conversion_builder.h | 435 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 D | valhall.h | 97 bool clamp : 1; member
|
| /third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
| H A D | eddsa.c | 50 static void clamp(uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES]) in clamp() function
|
| /third_party/openssl/crypto/ec/curve448/ |
| H A D | eddsa.c | 50 static void clamp(uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES]) in clamp() function
|
| /third_party/skia/src/gpu/effects/ |
| H A D | GrBicubicEffect.cpp | 120 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 D | Math.hpp | 186 inline T clamp(T x, T a, T b) in clamp() function
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_blend.c | 59 boolean clamp[PIPE_MAX_COLOR_BUFS]; /**< clamp colors to [0,1]? */ member 940 const boolean clamp = bqs->clamp[cbuf]; in blend_fallback() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_pack.c | 784 boolean clamp; in lp_build_packs2() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderGLSLstd450.cpp | 962 auto clamp = NMin(NMax(x.Float(i), minVal.Float(i)), maxVal.Float(i)); in EmitExtGLSLstd450() local
|