Lines Matching defs:num_components
246 nir_ssa_undef(nir_builder *build, unsigned num_components, unsigned bit_size) in nir_ssa_undef()
261 nir_build_imm(nir_builder *build, unsigned num_components, in nir_build_imm()
277 nir_imm_zero(nir_builder *build, unsigned num_components, unsigned bit_size) in nir_imm_zero()
451 unsigned num_components = op_info->output_size; in nir_builder_alu_instr_finish_and_insert() local
540 unsigned num_components, unsigned bit_size) in nir_load_system_value()
559 nir_vec(nir_builder *build, nir_ssa_def **comp, unsigned num_components) in nir_vec()
565 nir_mov_alu(nir_builder *build, nir_alu_src src, unsigned num_components) in nir_mov_alu()
594 unsigned num_components) in nir_swizzle()
1172 nir_pad_vector(nir_builder *b, nir_ssa_def *src, unsigned num_components) in nir_pad_vector()
1196 unsigned num_components) in nir_pad_vector_imm_int()
1230 nir_ssa_for_src(nir_builder *build, nir_src src, int num_components) in nir_ssa_for_src()
1256 unsigned num_components = nir_ssa_alu_instr_src_components(instr, srcn); in nir_ssa_for_alu_src() local
1607 unsigned num_components, unsigned bit_size) in nir_load_global()
1639 unsigned num_components, unsigned bit_size) in nir_load_global_constant()
1735 unsigned num_components = op == nir_intrinsic_load_barycentric_model ? 3 : 2; in nir_load_barycentric() local