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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c359 instr_create_alu_dest(struct ir2_context *ctx, nir_op opcode, nir_dest *dst) function in typeref:struct:ir2_instr *
500 instr = instr_create_alu_dest(ctx, nir_op_ffma, dst);
525 instr = instr_create_alu_dest(ctx, nir_op_fmov, dst);
529 instr = instr_create_alu_dest(ctx, nir_op_fmov, dst);
603 instr = instr_create_alu_dest(ctx, nir_op_fmov, &intr->dest);
630 instr = instr_create_alu_dest(ctx, nir_op_sge, &intr->dest);
783 instr = instr_create_alu_dest(ctx, nir_op_fmov,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c365 instr_create_alu_dest(struct ir2_context *ctx, nir_op opcode, nir_dest *dst) function in typeref:struct:ir2_instr *
532 instr = instr_create_alu_dest(ctx, nir_op_mov, dst);
536 instr = instr_create_alu_dest(ctx, nir_op_mov, dst);
612 instr = instr_create_alu_dest(ctx, nir_op_mov, &intr->dest);
639 instr = instr_create_alu_dest(ctx, nir_op_sge, &intr->dest);
647 instr = instr_create_alu_dest(ctx, nir_op_mov, &intr->dest);
796 instr = instr_create_alu_dest(

Completed in 5 milliseconds