Home
last modified time | relevance | path

Searched defs:srcs (Results 51 - 75 of 111) sorted by relevance

12345

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_fs_out_to_vector.cpp359 nir_ssa_def *srcs[4]; in vec_instr_stack_pop() local
397 create_new_io(nir_builder *b, nir_intrinsic_instr *intr, nir_variable *var, nir_ssa_def **srcs, unsigned first_comp, unsigned num_comps) create_new_io() argument
432 create_combined_vector(nir_builder *b, nir_ssa_def **srcs, int first_comp, int num_comp) create_combined_vector() argument
[all...]
H A Dsfn_nir_lower_64bit.cpp1206 nir_ssa_def *srcs[4] = {nullptr}; in combine_one_slot() local
/third_party/mesa3d/src/intel/compiler/
H A Dtest_eu_validate.cpp2842 } srcs[3]; in TEST_P() member
[all...]
H A Dbrw_fs_reg_allocate.cpp778 fs_reg srcs[] = { brw_imm_ud(0), ex_desc, header }; in emit_unspill() local
847 fs_reg srcs[] = { brw_imm_ud(0), ex_desc, header, src }; in emit_spill() local
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp1414 std::vector<const char *> srcs = { foo_src, kernel_source }; in TEST_F() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Ddisasm.c34 unsigned srcs; member
[all...]
/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dctatc.h133 void **srcs; /* Sample Rate Converters for input signal */ member
H A Dctatc.c1451 atc_connect_dai(struct src_mgr *src_mgr, struct dai *dai, struct src **srcs, struct srcimp **srcimps) atc_connect_dai() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dctatc.h133 void **srcs; /* Sample Rate Converters for input signal */ member
H A Dctatc.c1451 atc_connect_dai(struct src_mgr *src_mgr, struct dai *dai, struct src **srcs, struct srcimp **srcimps) atc_connect_dai() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlagarith.c549 uint8_t *srcs[4]; in lag_decode_frame() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.c539 struct ir3_register **dsts, **srcs; in ir3_instr_clone() local
[all...]
H A Dir3_nir_lower_tess.c852 copy_vars(nir_builder *b, struct exec_list *dests, struct exec_list *srcs) in copy_vars() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_packed_varyings.c575 nir_ssa_def *srcs[4]; in create_store_deref() local
H A Dglsl_to_nir.cpp1411 nir_ssa_def *srcs[4]; in visit() local
1960 nir_ssa_def *srcs[4]; in visit() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Ddisassemble.c162 static void dump_regs(FILE *fp, struct bifrost_regs srcs, bool first) in dump_regs() argument
304 dump_fau_src(FILE *fp, struct bifrost_regs srcs, unsigned branch_offset, struct bi_constants *consts, bool high32) dump_fau_src() argument
365 dump_src(FILE *fp, unsigned src, struct bifrost_regs srcs, unsigned branch_offset, struct bi_constants *consts, bool isFMA) dump_src() argument
[all...]
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-traffic.h199 struct in6_addr srcs[0]; member
/kernel/linux/linux-5.10/drivers/md/
H A Draid5-ppl.c162 struct page **srcs = percpu->scribble; in ops_run_partial_parity() local
/kernel/linux/linux-5.10/drivers/leds/
H A Dleds-max77693.c614 const __be32 *srcs = NULL; in max77693_led_parse_dt() local
/kernel/linux/linux-6.6/drivers/dma/qcom/
H A Dqcom_adm.c572 u32 srcs, i; in adm_dma_irq() local
/kernel/linux/linux-6.6/drivers/leds/flash/
H A Dleds-max77693.c614 const __be32 *srcs = NULL; in max77693_led_parse_dt() local
/kernel/linux/linux-6.6/drivers/md/
H A Draid5-ppl.c162 struct page **srcs = percpu->scribble; in ops_run_partial_parity() local
/third_party/alsa-lib/src/pcm/
H A Dpcm_plug.c454 int srcs = clt->channels / slv->channels; in snd_pcm_plug_change_channels() local
460 int srcs = slv->channels / clt->channels; in snd_pcm_plug_change_channels() local
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_opencl.c215 nir_ssa_def *srcs[5] = { NULL }; in handle_instr() local
176 call_mangled_function(struct vtn_builder *b, const char *name, uint32_t const_mask, uint32_t num_srcs, struct vtn_type **src_types, const struct vtn_type *dest_type, nir_ssa_def **srcs, nir_deref_instr **ret_deref_ptr) call_mangled_function() argument
284 handle_alu(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_alu() argument
431 handle_clc_fn(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode, int num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_clc_fn() argument
479 handle_special(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_special() argument
577 handle_core(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_core() argument
840 handle_round(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_round() argument
855 handle_shuffle(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_shuffle() argument
875 handle_shuffle2(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_shuffle2() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_builder.h955 nir_extract_bits(nir_builder *b, nir_ssa_def **srcs, unsigned num_srcs, in nir_extract_bits() argument
[all...]

Completed in 38 milliseconds

12345