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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c341 instr_create_alu_reg(struct ir2_context *ctx, nir_op opcode, function in typeref:struct:ir2_instr *
511 instr = instr_create_alu_reg(ctx,
518 instr = instr_create_alu_reg(ctx, nir_op_fmov, 4, instr);
521 instr = instr_create_alu_reg(ctx, nir_op_frcp, 8, instr);
701 instr = instr_create_alu_reg(ctx, ir2_op_cube, 15, NULL);
713 coord_xy = instr_create_alu_reg(ctx, nir_op_ffma, 3, instr);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c348 instr_create_alu_reg(struct ir2_context *ctx, nir_op opcode, uint8_t write_mask, function in typeref:struct:ir2_instr *
518 instr = instr_create_alu_reg(
525 instr = instr_create_alu_reg(ctx, nir_op_mov, 4, instr);
528 instr = instr_create_alu_reg(ctx, nir_op_frcp, 8, instr);
719 instr = instr_create_alu_reg(ctx, ir2_op_cube, 15, NULL);
731 coord_xy = instr_create_alu_reg(ctx, nir_op_ffma, 3, instr);

Completed in 4 milliseconds