/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 | 131 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/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 | 464 util_lower_clearsize_to_dword(const void *clearValue, int *clearValueSize, uint32_t *clamped) in util_lower_clearsize_to_dword()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_vs.cpp | 216 auto clamped = m_parent->value_factory().temp_register(); in emit_varying_pos() local
|
/third_party/mesa3d/src/panfrost/util/ |
D | pan_lower_framebuffer.c | 230 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/zink/ |
D | zink_clear.c | 510 uint32_t clamped; in zink_clear_buffer() local
|
/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/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/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_compute_blit.c | 431 uint32_t clamped; in si_clear_buffer() local
|
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_astc.cpp | 227 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 | 4797 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
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 4762 emit_texture_lod(struct ntd_context *ctx, struct texop_parameters *params, bool clamped) in emit_texture_lod()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 52539 clamped(const T& aA, const T& aMin, const T& aMax) in clamped() function
|