Lines Matching defs:num_components
158 nir_ssa_undef(nir_builder *build, unsigned num_components, unsigned bit_size) in nir_ssa_undef()
173 nir_build_imm(nir_builder *build, unsigned num_components, in nir_build_imm()
189 nir_imm_zero(nir_builder *build, unsigned num_components, unsigned bit_size) in nir_imm_zero()
369 nir_vec(nir_builder *build, nir_ssa_def **comp, unsigned num_components) in nir_vec()
378 nir_mov_alu(nir_builder *build, nir_alu_src src, unsigned num_components) in nir_mov_alu()
407 unsigned num_components) in nir_swizzle()
1032 nir_trim_vector(nir_builder *b, nir_ssa_def *src, unsigned num_components) in nir_trim_vector()
1046 nir_pad_vector(nir_builder *b, nir_ssa_def *src, unsigned num_components) in nir_pad_vector()
1070 unsigned num_components) in nir_pad_vector_imm_int()
1104 nir_resize_vector(nir_builder *b, nir_ssa_def *src, unsigned num_components) in nir_resize_vector()
1499 unsigned num_components, unsigned bit_size) in nir_load_global()
1531 unsigned num_components, unsigned bit_size) in nir_load_global_constant()
1601 unsigned num_components = op == nir_intrinsic_load_barycentric_model ? 3 : 2; in nir_load_barycentric() local