Home
last modified time | relevance | path

Searched defs:dst_bits (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/util/format/
H A Dformat_utils.h70 _mesa_float_to_unorm(float x, unsigned dst_bits) in _mesa_float_to_unorm()
81 _mesa_half_to_unorm(uint16_t x, unsigned dst_bits) in _mesa_half_to_unorm()
87 _mesa_unorm_to_unorm(unsigned x, unsigned src_bits, unsigned dst_bits) in _mesa_unorm_to_unorm()
107 _mesa_snorm_to_unorm(int x, unsigned src_bits, unsigned dst_bits) in _mesa_snorm_to_unorm()
116 _mesa_float_to_snorm(float x, unsigned dst_bits) in _mesa_float_to_snorm()
127 _mesa_half_to_snorm(uint16_t x, unsigned dst_bits) in _mesa_half_to_snorm()
133 _mesa_unorm_to_snorm(unsigned x, unsigned src_bits, unsigned dst_bits) in _mesa_unorm_to_snorm()
139 _mesa_snorm_to_snorm(int x, unsigned src_bits, unsigned dst_bits) in _mesa_snorm_to_snorm()
174 _mesa_float_to_unsigned(float src, unsigned dst_bits) in _mesa_float_to_unsigned()
184 _mesa_float_to_signed(float src, unsigned dst_bits) in _mesa_float_to_signed()
[all …]
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra124/
H A Dsdram_lp0.c29 #define pack(src, src_bits, dst, dst_bits) { \ in sdram_lp0_save_params() argument
39 #define s(param, src_bits, pmcreg, dst_bits) \ in sdram_lp0_save_params() argument
42 #define m(clkreg, src_bits, pmcreg, dst_bits) \ in sdram_lp0_save_params() argument
45 #define c(value, pmcreg, dst_bits) \ in sdram_lp0_save_params() argument
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra210/
H A Dsdram_lp0.c17 #define pack(src, src_bits, dst, dst_bits) { \ in sdram_lp0_save_params() argument
27 #define s(param, src_bits, pmcreg, dst_bits) \ in sdram_lp0_save_params() argument
30 #define c(value, pmcreg, dst_bits) \ in sdram_lp0_save_params() argument
/aosp_15_r20/external/mesa3d/src/nouveau/mme/
H A Dmme_fermi_builder.c238 struct mme_value dst_bits) in mme_fermi_bfe_lsl_can_use_imm()
248 struct mme_value dst_bits) in mme_fermi_bfe_lsl_can_use_reg()
260 struct mme_value dst_bits, in mme_fermi_bfe()
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dfrom_nir.rs758 let dst_bits = alu.def.bit_size(); in parse_alu() localVariable
797 let dst_bits = alu.def.bit_size(); in parse_alu() localVariable
1254 let dst_bits = alu.def.bit_size(); in parse_alu() localVariable
1269 let dst_bits = alu.def.bit_size(); in parse_alu() localVariable
1556 let dst_bits = alu.def.bit_size(); in parse_alu() localVariable
/aosp_15_r20/system/media/audio_utils/
H A Dformat.c171 const uint32_t dst_bits = audio_channel_mask_get_bits(dst_channel_mask); in memcpy_by_index_array_initialization_from_channel_mask() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/
H A Dextend.rs27 let dst_bits = R::BITS; in extend() localVariable
H A Dtrunc.rs32 let dst_bits = R::BITS; in trunc() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/
H A Dextend.rs27 let dst_bits = R::BITS; in extend() localVariable
H A Dtrunc.rs32 let dst_bits = R::BITS; in trunc() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/
H A Dextend.rs27 let dst_bits = R::BITS; in extend() localVariable
H A Dtrunc.rs32 let dst_bits = R::BITS; in trunc() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/
H A Dextend.rs27 let dst_bits = R::BITS; in extend() localVariable
H A Dtrunc.rs32 let dst_bits = R::BITS; in trunc() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/
H A Dextend.rs27 let dst_bits = R::BITS; in extend() localVariable
H A Dtrunc.rs32 let dst_bits = R::BITS; in trunc() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/cast/src/
Dlib.rs288 let dst_bits = core::mem::size_of::<$dst>() as u32 * 8; localVariable
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c153 int dst_bits, in scale_bits_up()
H A Dlp_bld_pack.c804 unsigned dst_bits = dst_type.sign ? dst_type.width - 1 : dst_type.width; in lp_build_packs2() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_nir_lower_vs_inputs.c286 unsigned dst_bits = 1 << (3 + load_log_size + log_recombine); in opencoded_load_format() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_format_convert.c144 unsigned src_bits, unsigned dst_bits) in nir_format_bitcast_uvec_unmasked()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_cooperative_matrix.c409 const unsigned dst_bits = glsl_base_type_bit_size(dst_desc.element_type); in lower_cmat_unary_op() local
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c2338 unsigned dst_bits = alu->def.bit_size; in get_cast_op() local
2419 unsigned dst_bits = alu->def.bit_size; in get_cast_dest_type() local
2561 unsigned dst_bits = alu->def.bit_size; in emit_binary_intin() local
2582 unsigned dst_bits = alu->def.bit_size; in emit_tertiary_intin() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dpack.c1451 int dst_bits; in _mesa_pack_luminance_from_rgba_integer() local
/aosp_15_r20/frameworks/native/libs/gui/
H A DSurface.cpp2576 uint8_t* dst_bits = nullptr; in copyBlt() local

12