Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.h606 void moveSources(int s, int delta); // NOTE: only delta > 0 implemented
Dnv50_ir.cpp663 Instruction::moveSources(int s, int delta) in moveSources() function in nv50_ir::Instruction
Dnv50_ir_peephole.cpp968 abs->moveSources(1, 2); // move sources >=1 up by 2 in handleABS()