Home
last modified time | relevance | path

Searched defs:src (Results 4151 - 4175 of 8288) sorted by relevance

1...<<161162163164165166167168169170>>...332

/third_party/libsnd/src/
H A Dxi.c967 dsc2s_array(XI_PRIVATE *pxi, signed char *src, int count, short *dest) dsc2s_array() argument
982 dsc2i_array(XI_PRIVATE *pxi, signed char *src, int count, int *dest) dsc2i_array() argument
997 dsc2f_array(XI_PRIVATE *pxi, signed char *src, int count, float *dest, float normfact) dsc2f_array() argument
1012 dsc2d_array(XI_PRIVATE *pxi, signed char *src, int count, double *dest, double normfact) dsc2d_array() argument
1030 s2dsc_array(XI_PRIVATE *pxi, const short *src, signed char *dest, int count) s2dsc_array() argument
1046 i2dsc_array(XI_PRIVATE *pxi, const int *src, signed char *dest, int count) i2dsc_array() argument
1062 f2dsc_array(XI_PRIVATE *pxi, const float *src, signed char *dest, int count, float normfact) f2dsc_array() argument
1078 d2dsc_array(XI_PRIVATE *pxi, const double *src, signed char *dest, int count, double normfact) d2dsc_array() argument
1097 dles2s_array(XI_PRIVATE *pxi, short *src, int count, short *dest) dles2s_array() argument
1112 dles2i_array(XI_PRIVATE *pxi, short *src, int count, int *dest) dles2i_array() argument
1127 dles2f_array(XI_PRIVATE *pxi, short *src, int count, float *dest, float normfact) dles2f_array() argument
1142 dles2d_array(XI_PRIVATE *pxi, short *src, int count, double *dest, double normfact) dles2d_array() argument
1160 s2dles_array(XI_PRIVATE *pxi, const short *src, short *dest, int count) s2dles_array() argument
1176 i2dles_array(XI_PRIVATE *pxi, const int *src, short *dest, int count) i2dles_array() argument
1192 f2dles_array(XI_PRIVATE *pxi, const float *src, short *dest, int count, float normfact) f2dles_array() argument
1209 d2dles_array(XI_PRIVATE *pxi, const double *src, short *dest, int count, double normfact) d2dles_array() argument
[all...]
/third_party/lzma/CPP/Common/
H A DMyCom.h77 inline HRESULT StringToBstr(LPCOLESTR src, BSTR *bstr) in StringToBstr() argument
107 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); } in CMyComBSTR() argument
135 operator =(LPCOLESTR src) operator =() argument
[all...]
/third_party/mbedtls/library/
H A Dcamellia.c867 unsigned char src[16]; in mbedtls_camellia_self_test() local
/third_party/lzma/CPP/Windows/
H A DSystemInfo.cpp469 static void AddBracedString(AString &dest, AString &src) in AddBracedString() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_gcm.c168 is_src_scalarizable(nir_src *src) in is_src_scalarizable() argument
232 is_binding_uniform(nir_src src) in is_binding_uniform() argument
348 nir_tex_src *src = &tex->src[i]; gcm_pin_instructions() local
428 gcm_schedule_early_src(nir_src *src, void *void_state) gcm_schedule_early_src() argument
[all...]
H A Dnir_opt_find_array_copies.c395 handle_read(nir_deref_instr *src, struct match_state *state) in handle_read() argument
420 handle_write(nir_deref_instr *dst, nir_deref_instr *src, in handle_write() argument
[all...]
H A Dnir_lower_mediump.c555 fold_16bit_src(nir_builder *b, nir_instr *instr, nir_src *src, nir_alu_type src_type) fold_16bit_src() argument
701 nir_src *src = &tex->src[i].src; fold_16bit_tex_srcs() local
717 nir_src *src = &tex->src[i].src; fold_16bit_tex_srcs() local
[all...]
H A Dnir_builder.c251 nir_ssa_for_src(nir_builder *build, nir_src src, int num_components) nir_ssa_for_src() argument
436 nir_type_convert(nir_builder *b, nir_ssa_def *src, nir_alu_type src_type, nir_alu_type dest_type) nir_type_convert() argument
[all...]
H A Dnir_instr_set.c29 src_is_ssa(nir_src *src, void *data) in src_is_ssa() argument
89 hash_src(uint32_t hash, const nir_src *src) in hash_src() argument
97 hash_alu_src(uint32_t hash, const nir_alu_src *src, unsigned num_components) in hash_alu_src() argument
[all...]
H A Dnir_lower_double_ops.c43 set_exponent(nir_builder *b, nir_ssa_def *src, nir_ssa_def *exp) in set_exponent() argument
60 get_exponent(nir_builder *b, nir_ssa_def *src) in get_exponent() argument
93 fix_inv_result(nir_builder *b, nir_ssa_def *res, nir_ssa_def *src, in fix_inv_result() argument
115 lower_rcp(nir_builder *b, nir_ssa_def *src) in lower_rcp() argument
156 lower_sqrt_rsq(nir_builder *b, nir_ssa_def *src, bool sqrt) lower_sqrt_rsq() argument
318 lower_trunc(nir_builder *b, nir_ssa_def *src) lower_trunc() argument
370 lower_floor(nir_builder *b, nir_ssa_def *src) lower_floor() argument
387 lower_ceil(nir_builder *b, nir_ssa_def *src) lower_ceil() argument
402 lower_fract(nir_builder *b, nir_ssa_def *src) lower_fract() argument
408 lower_round_even(nir_builder *b, nir_ssa_def *src) lower_round_even() argument
[all...]
/third_party/mesa3d/src/freedreno/afuc/
H A Dafuc.h149 uint32_t src : 5; member
187 uint32_t src member
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir.c295 nir_ssa_def *src = nir_ssa_for_src(b, tex->src[coord_idx].src, ncomp); in ir3_nir_lower_array_sampler_cb() local
H A Dir3_merge_regs.c127 struct ir3_register *src = in chase_copies() local
428 struct ir3_register *src[phi_count]; in create_parallel_copy() local
H A Dir3_ra_validate.c156 merge_reg(struct reg_state *dst, const struct reg_state *src) in merge_reg() argument
182 merge_file(struct file_state *dst, const struct file_state *src, unsigned size) merge_file() argument
191 merge_state(struct ra_val_ctx *ctx, struct reaching_state *dst, const struct reaching_state *src) merge_state() argument
201 merge_state_physical(struct ra_val_ctx *ctx, struct reaching_state *dst, const struct reaching_state *src) merge_state_physical() argument
237 struct ir3_register *src = split->srcs[0]; propagate_split() local
259 struct ir3_register *src = collect->srcs[i]; propagate_collect() local
291 struct ir3_register *src = pcopy->srcs[i]; propagate_parallelcopy() local
439 check_reaching_src(struct ra_val_ctx *ctx, struct ir3_instruction *instr, struct ir3_register *src) check_reaching_src() argument
[all...]
H A Dir3_context.h272 utype_src(nir_src src) in utype_src() argument
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_glsl450.c51 build_mat_subdet(struct nir_builder *b, struct nir_ssa_def **src, in build_mat_subdet() argument
102 build_mat_det(struct vtn_builder *b, struct vtn_ssa_value *src) in build_mat_det() argument
114 matrix_inverse(struct vtn_builder *b, struct vtn_ssa_value *src) in matrix_inverse() argument
318 nir_ssa_def *src[3] = { NULL, }; handle_glsl450_alu() local
[all...]
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_pack.c159 agx_pack_alu_src(agx_index src) in agx_pack_alu_src() argument
200 agx_pack_cmpsel_src(agx_index src, enum agx_size dest_size) agx_pack_cmpsel_src() argument
239 agx_pack_sample_mask_src(agx_index src) agx_pack_sample_mask_src() argument
258 agx_pack_float_mod(agx_index src) agx_pack_float_mod() argument
316 unsigned src = is_cmpsel ? agx_pack_alu() local
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_io.c168 nir_ssa_def *src = nir_ssa_for_src(b, intr->src[0], in v3d_nir_lower_vpm_output() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_cache.c707 radv_pipeline_cache_merge(struct radv_pipeline_cache *dst, struct radv_pipeline_cache *src) in radv_pipeline_cache_merge() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_copy_propagation_elements.cpp455 ir_variable *src = entry->rhs_element[index]; in handle_rvalue() local
H A Dlower_blend_equation_advanced.cpp40 blend_multiply(ir_variable *src, ir_variable *dst) in blend_multiply() argument
47 blend_screen(ir_variable *src, ir_variable *dst) in blend_screen() argument
54 blend_overlay(ir_variable *src, ir_variable *dst) in blend_overlay() argument
68 blend_darken(ir_variable *src, ir_variabl argument
75 blend_lighten(ir_variable *src, ir_variable *dst) blend_lighten() argument
82 blend_colordodge(ir_variable *src, ir_variable *dst) blend_colordodge() argument
97 blend_colorburn(ir_variable *src, ir_variable *dst) blend_colorburn() argument
112 blend_hardlight(ir_variable *src, ir_variable *dst) blend_hardlight() argument
126 blend_softlight(ir_variable *src, ir_variable *dst) blend_softlight() argument
156 blend_difference(ir_variable *src, ir_variable *dst) blend_difference() argument
162 blend_exclusion(ir_variable *src, ir_variable *dst) blend_exclusion() argument
286 ir_variable *src = f.make_temp(glsl_type::vec4_type, "__blend_src"); calc_blend_result() local
[all...]
/third_party/mesa3d/src/broadcom/common/
H A Dv3d_tiling.c459 v3d_load_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, enum v3d_tiling_mode tiling_format, int cpp, uint32_t image_h, const struct pipe_box *box) v3d_load_tiled_image() argument
479 v3d_store_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, enum v3d_tiling_mode tiling_format, int cpp, uint32_t image_h, const struct pipe_box *box) v3d_store_tiled_image() argument
/third_party/ltp/lib/
H A Dtst_netdevice.c462 void *src = NULL, *dst = NULL, *gw = NULL; in modify_route_inet() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_vs.cpp215 auto src = m_parent->value_factory().src(intr.src[0], 0); in emit_varying_pos() local
486 auto src in load_input() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_sdma_copy_image.c32 bool si_prepare_for_sdma_copy(struct si_context *sctx, struct si_texture *dst,struct si_texture *src) in si_prepare_for_sdma_copy() argument
420 bool si_sdma_copy_image(struct si_context *sctx, struct si_texture *dst, struct si_texture *src) in si_sdma_copy_image() argument
[all...]

Completed in 24 milliseconds

1...<<161162163164165166167168169170>>...332