Home
last modified time | relevance | path

Searched refs:nir_op_vec (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_copy_propagate.c70 nir_alu_instr *new_vec = nir_alu_instr_create(b.shader, nir_op_vec(num_comp)); in rewrite_to_vec()
Dnir_lower_phis_to_scalar.c221 nir_op vec_op = nir_op_vec(phi->dest.ssa.num_components); in lower_phis_to_scalar_block()
Dnir_lower_regs_to_ssa.c184 nir_op vecN_op = nir_op_vec(reg->num_components); in rewrite_alu_instr()
Dnir_builder.h561 return nir_build_alu_src_arr(build, nir_op_vec(num_components), comp); in nir_vec()
745 nir_op vec_op = nir_op_vec(vec->num_components); in nir_vector_insert_imm()
Dnir.h1231 nir_op_vec(unsigned components) in nir_op_vec() function
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c3784 nir_op op = nir_op_vec(num_components); in create_vec()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst2806 - aco: improve nir_op_vec with constant operands
D19.1.0.rst2491 - nir: Add nir_op_vec helper
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp9212 if (vec_instr->op != nir_op_vec(vec->num_components)) in get_const_vec()