Searched refs:ir3_reg_create (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3.h | 542 struct ir3_register * ir3_reg_create(struct ir3_instruction *instr, 1046 ir3_reg_create(mov, 0, flags); 1047 ir3_reg_create(mov, 0, IR3_REG_IMMED)->uim_val = val; 1067 ir3_reg_create(mov, 0, 0); 1068 ir3_reg_create(mov, n, IR3_REG_CONST); 1082 ir3_reg_create(mov, 0, 0); 1083 ir3_reg_create(mov, 0, IR3_REG_CONST | IR3_REG_RELATIV)->array.offset = n; 1097 reg = ir3_reg_create(instr, 0, IR3_REG_SSA | flags); 1107 ir3_reg_create(instr, 0, 0); /* dst */ 1130 ir3_reg_create(inst [all...] |
| H A D | ir3_context.c | 311 ir3_reg_create(collect, 0, flags); /* dst */ 345 ir3_reg_create(collect, 0, IR3_REG_SSA | flags)->instr = elem; 371 ir3_reg_create(split, 0, IR3_REG_SSA | flags); 372 ir3_reg_create(split, 0, IR3_REG_SSA | flags)->instr = src; 555 ir3_reg_create(mov, 0, 0); 556 src = ir3_reg_create(mov, 0, IR3_REG_ARRAY | 605 dst = ir3_reg_create(mov, 0, IR3_REG_ARRAY | 611 ir3_reg_create(mov, 0, IR3_REG_SSA)->instr = src;
|
| H A D | ir3_group.c | 64 ir3_reg_create(in, instr->regs[0]->num, 0); 67 ir3_reg_create(instr, 0, IR3_REG_SSA)->instr = in; 212 ir3_reg_create(instr, 0, IR3_REG_SSA); /* dummy dst */
|
| H A D | ir3_legalize.c | 291 ir3_reg_create(baryf, regid(63, 0), 0); 292 ir3_reg_create(baryf, 0, IR3_REG_IMMED)->iim_val = 0; 293 ir3_reg_create(baryf, regid(0, 0), 0);
|
| H A D | ir3.c | 1005 ir3_reg_create(new_instr, reg->num, reg->flags); 1018 struct ir3_register * ir3_reg_create(struct ir3_instruction *instr, function in typeref:struct:ir3_register *
|
| H A D | ir3_compiler_nir.c | 54 ir3_reg_create(mov, 0, 0); 55 src = ir3_reg_create(mov, 0, IR3_REG_SSA | IR3_REG_RELATIV); 72 ir3_reg_create(in, n, 0);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.2.0.rst | 1474 - ir3: Split ir3_reg_create() into ir3_{src,dst}_create()
|
Completed in 15 milliseconds