Home
last modified time | relevance | path

Searched defs:clamp (Results 26 - 50 of 87) sorted by relevance

1234

/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...]
H A Dsp_quad_depth_test.c55 bool clamp; member
/third_party/mesa3d/src/mesa/main/
H A Dblend.c1042 _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/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c784 boolean clamp; in lp_build_packs2() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderGLSLstd450.cpp962 auto clamp = NMin(NMax(x.Float(i), minVal.Float(i)), maxVal.Float(i)); in EmitExtGLSLstd450() local
H A DSetupRoutine.cpp483 Float clamp = *Pointer<Float>(data + OFFSET(DrawData, depthBiasClamp)); in generate() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_testone_ng.cpp820 bool clamp = false; in HWTEST_F() local
898 bool clamp = true; in HWTEST_F() local
1300 bool clamp = true; in HWTEST_F() local
1333 bool clamp = false; HWTEST_F() local
[all...]
/third_party/decimal.js/
H A Ddecimal.js4179 function clamp(x, min, max) { function
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_avx2_8.h781 ASTCENC_SIMD_INLINE vfloat8 clamp(float min, float max, vfloat8 a) in clamp() function
/third_party/icu/icu4c/source/i18n/
H A DdecContext.h97 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp263 clamp(operand a, operand b, operand c) in clamp() function
/third_party/node/deps/icu-small/source/i18n/
H A DdecContext.h97 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c714 bool clamp = !ctx->rasterizer->depth_clip_near; in fd4_emit_state() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL3.cpp30 ValidateClampColor(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum clamp) ValidateClampColor() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecContext.h97 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c240 LLVMValueRef clamp; in load_input_vs() local
/third_party/skia/src/gpu/v1/
H A DDevice_drawTexture.cpp220 clamped_outset_with_offset(SkIRect* iRect, int outset, SkPoint* offset, const SkIRect& clamp) clamped_outset_with_offset() argument
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.h250 int clamp; /* clamp mode */ member
/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py259 clamp = property(getclamp, setclamp) variable in Context
[all...]
/third_party/skia/third_party/etc1/
H A Detc1.cpp130 static inline etc1_byte clamp(int x) { in clamp() function
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.h221 float clamp; member
614 float clamp; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h48 unsigned clamp; member
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmathutil.h116 inline T clamp(T x, MIN min, MAX max) in clamp() function
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5TextureGatherOffset.cpp1816 void clamp(T& value, const T min, const T max) in clamp() function
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp99 bool clamp; member

Completed in 42 milliseconds

1234