Searched refs:moveSources (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_lowering_nvc0.cpp | 201 i->moveSources(arg + 1, -1); 814 cvt->moveSources(0, 1); 1030 i->moveSources(0, 1); 1040 i->moveSources(arg, 1); 1077 i->moveSources(0, 1); 1111 i->moveSources(s, 1); 1113 i->moveSources(s + 1, 1); 1158 i->moveSources(s, 1); 1335 txd->moveSources(s, 7 - s); 1371 txq->moveSources( [all...] |
| H A D | nv50_ir.h | 818 void moveSources(int s, int delta);
|
| H A D | nv50_ir.cpp | 683 Instruction::moveSources(const int s, const int delta) function in class:nv50_ir::Instruction
|
| H A D | nv50_ir_ra.cpp | 2132 insn->moveSources(b + 1, a - b); 2351 tex->moveSources(n + s, 3 - n); 2382 tex->moveSources(n, 7 - n);
|
| H A D | nv50_ir_emit_nvc0.cpp | 861 i->moveSources(1, 1);
|
| H A D | nv50_ir_peephole.cpp | 1814 abs->moveSources(1, 2); // move sources >=1 up by 2
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_lowering_nvc0.cpp | 201 i->moveSources(arg + 1, -1); 825 cvt->moveSources(0, 1); 1044 i->moveSources(0, 1); 1054 i->moveSources(arg, 1); 1091 i->moveSources(0, 1); 1125 i->moveSources(s, 1); 1127 i->moveSources(s + 1, 1); 1172 i->moveSources(s, 1); 1349 txd->moveSources(s, 7 - s); 1385 txq->moveSources( [all...] |
| H A D | nv50_ir.h | 870 void moveSources(int s, int delta);
|
| H A D | nv50_ir.cpp | 687 Instruction::moveSources(const int s, const int delta) function in class:nv50_ir::Instruction
|
| H A D | nv50_ir_ra.cpp | 2182 insn->moveSources(b + 1, a - b); 2413 tex->moveSources(n + s, 3 - n); 2444 tex->moveSources(n, 7 - n);
|
| H A D | nv50_ir_emit_nvc0.cpp | 859 i->moveSources(1, 1);
|
| H A D | nv50_ir_peephole.cpp | 1867 abs->moveSources(1, 2); // move sources >=1 up by 2
|
Completed in 42 milliseconds