• Home
  • Raw
  • Download

Lines Matching refs:num_srcs

35                                     unsigned num_srcs, nir_ssa_def **srcs,
136 uint32_t num_srcs, in mangle_and_find() argument
142 vtn_opencl_mangle(name, const_mask, num_srcs, src_types, &mname); in mangle_and_find()
177 uint32_t num_srcs, in call_mangled_function() argument
183 nir_function *found = mangle_and_find(b, name, const_mask, num_srcs, src_types); in call_mangled_function()
199 for (unsigned i = 0; i < num_srcs; i++) in call_mangled_function()
209 const uint32_t *w_src, unsigned num_srcs, const uint32_t *w_dest, nir_handler handler) in handle_instr() argument
215 vtn_assert(num_srcs <= ARRAY_SIZE(srcs)); in handle_instr()
216 for (unsigned i = 0; i < num_srcs; i++) { in handle_instr()
223 nir_ssa_def *result = handler(b, opcode, num_srcs, srcs, src_types, dest_type); in handle_instr()
283 unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, in handle_alu() argument
430 int num_srcs, in handle_clc_fn() argument
469 if (!call_mangled_function(b, name, 0, num_srcs, src_types, in handle_clc_fn()
478 unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, in handle_special() argument
567 nir_ssa_def *ret = handle_clc_fn(b, opcode, num_srcs, srcs, src_types, dest_type); in handle_special()
576 unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, in handle_core() argument
589 for (unsigned i = 0; i < num_srcs; ++i) { in handle_core()
599 …if (!call_mangled_function(b, "async_work_group_strided_copy", (1 << 1), num_srcs, src_types, dest… in handle_core()
605 …if (!call_mangled_function(b, "wait_group_events", 0, num_srcs, src_types, dest_type, srcs, &ret_d… in handle_core()
725 unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, in handle_printf() argument
734 unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, in handle_round() argument
749 unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, in handle_shuffle() argument
769 unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, in handle_shuffle2() argument