Searched refs:instr_create_alu (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 284 instr_create_alu(struct ir2_context *ctx, nir_op opcode, unsigned ncomp) in instr_create_alu() function 352 instr = instr_create_alu(ctx, opcode, util_bitcount(write_mask)); in instr_create_alu_reg() 364 instr = instr_create_alu(ctx, opcode, nir_dest_num_components(*dst)); in instr_create_alu_dest() 388 instr = instr_create_alu(ctx, nir_op_mov, src.ssa->num_components); in make_src_noconst() 414 instr = instr_create_alu(ctx, alu->op, ncomp); in emit_alu() 469 tmp = instr_create_alu(ctx, nir_op_fcsel, ncomp); in emit_alu() 582 instr = instr_create_alu(ctx, nir_op_mov, ncomp); in store_output() 630 struct ir2_instr *tmp = instr_create_alu(ctx, nir_op_frcp, 1); in emit_intrinsic() 719 rcp = instr_create_alu(ctx, nir_op_frcp, 1); in emit_tex() 832 instr = instr_create_alu(ctx, nir_op_fmax, 1); in extra_position_exports() [all …]
|