Searched refs:moveSources (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 201 i->moveSources(arg + 1, -1); in handleTEXLOD() 825 cvt->moveSources(0, 1); in replaceCvt() 1044 i->moveSources(0, 1); in handleTEX() 1054 i->moveSources(arg, 1); in handleTEX() 1091 i->moveSources(0, 1); in handleTEX() 1125 i->moveSources(s, 1); in handleTEX() 1127 i->moveSources(s + 1, 1); in handleTEX() 1172 i->moveSources(s, 1); in handleTEX() 1349 txd->moveSources(s, 7 - s); in handleTXD() 1385 txq->moveSources(0, 1); in handleTXQ() [all …]
|
D | nv50_ir_ra.cpp | 2182 insn->moveSources(b + 1, a - b); in condenseSrcs() 2413 tex->moveSources(n + s, 3 - n); in texConstraintGM107() 2444 tex->moveSources(n, 7 - n); in texConstraintNVE0()
|
D | nv50_ir.h | 870 void moveSources(int s, int delta);
|
D | nv50_ir.cpp | 687 Instruction::moveSources(const int s, const int delta) in moveSources() function in nv50_ir::Instruction
|
D | nv50_ir_emit_nvc0.cpp | 859 i->moveSources(1, 1); in emitNOT()
|
D | nv50_ir_peephole.cpp | 1867 abs->moveSources(1, 2); // move sources >=1 up by 2 in handleABS()
|