/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_errata_lod.c | 74 nir_ssa_def *clamped = nir_fmin(b, in nir_lod_errata_instr() local
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | robustness.cc | 250 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/ |
D | ClampIndirectIndices.cpp | 102 TIntermTyped *clamped = in visitBinary() local
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_line_smooth.c | 126 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/ |
D | spinlock.cc | 205 uint32_t clamped = static_cast<uint32_t>( in EncodeWaitCycles() local
|
/third_party/abseil-cpp/absl/base/internal/ |
D | spinlock.cc | 196 uint32_t clamped = static_cast<uint32_t>( in EncodeWaitCycles() local
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/editing/ |
D | InputConnectionAdaptor.java | 143 int clamped = Math.max(0, Math.min(editable.length(), index)); in clampIndexToEditable() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_format_convert.h | 386 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/ |
D | u_helpers.c | 463 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/ |
D | pan_lower_framebuffer.c | 270 nir_ssa_def *clamped = in pan_pack_norm() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_pack.c | 826 boolean clamped, in lp_build_pack()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_emit.c | 248 uint16_t clamped; in setup_border_colors() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_compute_blit.c | 325 uint32_t clamped; in si_clear_buffer() local
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_clear.c | 446 uint32_t clamped; in zink_clear_buffer() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_emit.c | 153 uint16_t clamped; in setup_border_colors() local
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-typedarray-object.c | 190 uint8_t clamped; in ecma_typedarray_set_uint8_clamped_element() local
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | compositor.c | 443 GstVideoRectangle clamped; in clamp_rectangle() local
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11compositor.cpp | 1202 GstVideoRectangle clamped; in clamp_rectangle() local
|
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_astc.cpp | 233 static uint8x4_t clamped(int a, int b, int c, int d) in clamped() function
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | device9.c | 1683 boolean scaled, clamped, ms, flip_x = FALSE, flip_y = FALSE; in NineDevice9_StretchRect() local
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 4687 LLVMValueRef upgraded, clamped; in visit_tex() local
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 419 union tgsi_exec_channel clamped; in micro_exp2() local
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 3612 RValue<Float4> clamped = Min(cast, Float4(0x7FFFFF80)); in RoundIntClamped() local
|