Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_phis_to_scalar.c215 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.h513 return nir_build_alu_src_arr(build, nir_op_vec(num_components), comp); in nir_vec()
694 nir_op vec_op = nir_op_vec(vec->num_components); in nir_vector_insert_imm()
Dnir.h1167 nir_op_vec(unsigned components) in nir_op_vec() function
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c3577 nir_op op = nir_op_vec(num_components); in create_vec()
/external/mesa3d/docs/relnotes/
D19.1.0.rst2491 - nir: Add nir_op_vec helper
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp8643 if (vec_instr->op != nir_op_vec(vec->num_components)) in get_const_vec()