Searched refs:nir_op_vec (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_copy_propagate.c70 nir_alu_instr *new_vec = nir_alu_instr_create(b.shader, nir_op_vec(num_comp));
H A Dnir_lower_phis_to_scalar.c221 nir_op vec_op = nir_op_vec(phi->dest.ssa.num_components);
H A Dnir_lower_regs_to_ssa.c184 nir_op vecN_op = nir_op_vec(reg->num_components);
H A Dnir_builder.h561 return nir_build_alu_src_arr(build, nir_op_vec(num_components), comp);
745 nir_op vec_op = nir_op_vec(vec->num_components);
H A Dnir.h1231 nir_op_vec(unsigned components) function in typeref:typename:nir_op
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_builder.h492 return nir_build_alu_src_arr(build, nir_op_vec(num_components), comp);
H A Dnir.h966 nir_op_vec(unsigned components) function in typeref:typename:nir_op
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2990 nir_op op = nir_op_vec(num_components);
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c3786 nir_op op = nir_op_vec(num_components);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst2491 - nir: Add nir_op_vec helper
H A D21.0.0.rst2806 - aco: improve nir_op_vec with constant operands
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp9208 if (vec_instr->op != nir_op_vec(vec->num_components))

Completed in 58 milliseconds