Home
last modified time | relevance | path

Searched refs:create_vec (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c3852 create_vec(struct vtn_builder *b, unsigned num_components, unsigned bit_size) in create_vec() function
3895 nir_alu_instr *vec = create_vec(b, num_components, src0->bit_size); in vtn_vector_shuffle()
3928 nir_alu_instr *vec = create_vec(b, num_components, srcs[0]->bit_size); in vtn_vector_construct()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp573 aco_ptr<Pseudo_instruction> create_vec{create_instruction<Pseudo_instruction>( in byte_align_vector()
576 create_vec->operands[i] = Operand(elems[i]); in byte_align_vector()
577 create_vec->definitions[0] = Definition(dst); in byte_align_vector()
578 bld.insert(std::move(create_vec)); in byte_align_vector()

Completed in 23 milliseconds