Home | History | Annotate | Download | only in nir

Lines Matching defs:num_srcs

880 #define INTRINSIC(name, num_srcs, src_components, has_dest, dest_components, \
1029 unsigned num_srcs; /** < number of register/SSA inputs */
1145 unsigned num_srcs, coord_components;
1339 for (unsigned i = 0; i < instr->num_srcs; i++)
1947 nir_tex_instr *nir_tex_instr_create(nir_shader *shader, unsigned num_srcs);