Home
last modified time | relevance | path

Searched defs:clamped (Results 1 – 23 of 23) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_errata_lod.c74 nir_ssa_def *clamped = nir_fmin(b, in nir_lod_errata_instr() local
/third_party/skia/third_party/externals/tint/src/transform/
Drobustness.cc250 auto* clamped = b.Call("clamp", ctx.Clone(arg), zero, max); in Transform() local
274 auto* clamped = b.Call("clamp", ctx.Clone(arg), zero, max); in Transform() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DClampIndirectIndices.cpp102 TIntermTyped *clamped = in visitBinary() local
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_line_smooth.c126 nir_ssa_def *clamped = nir_fmin(&b, coverage, nir_imm_float(&b, 1.0f)); in initialise_coverage_var() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dspinlock.cc205 uint32_t clamped = static_cast<uint32_t>( in EncodeWaitCycles() local
/third_party/abseil-cpp/absl/base/internal/
Dspinlock.cc196 uint32_t clamped = static_cast<uint32_t>( in EncodeWaitCycles() local
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/editing/
DInputConnectionAdaptor.java143 int clamped = Math.max(0, Math.min(editable.length(), index)); in clampIndexToEditable() local
/third_party/mesa3d/src/compiler/nir/
Dnir_format_convert.h386 nir_ssa_def *clamped = nir_fmax(b, color, nir_imm_float(b, 0)); in nir_format_pack_11f11f10f() local
412 nir_ssa_def *clamped = nir_fmin(b, color, nir_imm_float(b, MAX_RGB9E5)); in nir_format_pack_r9g9b9e5() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_helpers.c463 util_lower_clearsize_to_dword(const void *clearValue, int *clearValueSize, uint32_t *clamped) in util_lower_clearsize_to_dword()
/third_party/mesa3d/src/panfrost/util/
Dpan_lower_framebuffer.c270 nir_ssa_def *clamped = in pan_pack_norm() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c826 boolean clamped, in lp_build_pack()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c248 uint16_t clamped; in setup_border_colors() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c325 uint32_t clamped; in si_clear_buffer() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_clear.c446 uint32_t clamped; in zink_clear_buffer() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.c153 uint16_t clamped; in setup_border_colors() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c190 uint8_t clamped; in ecma_typedarray_set_uint8_clamped_element() local
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c443 GstVideoRectangle clamped; in clamp_rectangle() local
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositor.cpp1202 GstVideoRectangle clamped; in clamp_rectangle() local
/third_party/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp233 static uint8x4_t clamped(int a, int b, int c, int d) in clamped() function
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c1683 boolean scaled, clamped, ms, flip_x = FALSE, flip_y = FALSE; in NineDevice9_StretchRect() local
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4687 LLVMValueRef upgraded, clamped; in visit_tex() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c419 union tgsi_exec_channel clamped; in micro_exp2() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp3612 RValue<Float4> clamped = Min(cast, Float4(0x7FFFFF80)); in RoundIntClamped() local