Searched refs:create_vec (Results 1 – 2 of 2) sorted by relevance
3575 create_vec(struct vtn_builder *b, unsigned num_components, unsigned bit_size) in create_vec() function3596 nir_alu_instr *vec = create_vec(b, glsl_get_matrix_columns(src->type), in vtn_ssa_transpose()3621 nir_alu_instr *vec = create_vec(b, num_components, src0->bit_size); in vtn_vector_shuffle()3649 nir_alu_instr *vec = create_vec(b, num_components, srcs[0]->bit_size); in vtn_vector_construct()
514 …aco_ptr<Pseudo_instruction> create_vec{create_instruction<Pseudo_instruction>(aco_opcode::p_create… in byte_align_vector() local516 create_vec->operands[i] = Operand(elems[i]); in byte_align_vector()517 create_vec->definitions[0] = Definition(dst); in byte_align_vector()518 bld.insert(std::move(create_vec)); in byte_align_vector()