Home
last modified time | relevance | path

Searched refs:moveSources (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp201 i->moveSources(arg + 1, -1); in handleTEXLOD()
825 cvt->moveSources(0, 1); in replaceCvt()
1043 i->moveSources(0, 1); in handleTEX()
1053 i->moveSources(arg, 1); in handleTEX()
1090 i->moveSources(0, 1); in handleTEX()
1124 i->moveSources(s, 1); in handleTEX()
1126 i->moveSources(s + 1, 1); in handleTEX()
1171 i->moveSources(s, 1); in handleTEX()
1348 txd->moveSources(s, 7 - s); in handleTXD()
1384 txq->moveSources(0, 1); in handleTXQ()
[all …]
Dnv50_ir_ra.cpp2178 insn->moveSources(b + 1, a - b); in condenseSrcs()
2409 tex->moveSources(n + s, 3 - n); in texConstraintGM107()
2440 tex->moveSources(n, 7 - n); in texConstraintNVE0()
Dnv50_ir.h844 void moveSources(int s, int delta);
Dnv50_ir.cpp685 Instruction::moveSources(const int s, const int delta) in moveSources() function in nv50_ir::Instruction
Dnv50_ir_emit_nvc0.cpp861 i->moveSources(1, 1); in emitNOT()
Dnv50_ir_peephole.cpp1850 abs->moveSources(1, 2); // move sources >=1 up by 2 in handleABS()