Home
last modified time | relevance | path

Searched refs:swapSources (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h843 void swapSources(int a, int b);
Dnv50_ir.cpp662 Instruction::swapSources(int a, int b) in swapSources() function in nv50_ir::Instruction
Dnv50_ir_peephole.cpp224 insn->swapSources(0, 1); in checkSwapSrc01()
230 insn->swapSources(0, 1); in checkSwapSrc01()
3617 i->swapSources(0, 1); in handleMADforNVC0()
Dnv50_ir_lowering_nv50.cpp771 i->swapSources(dref, lod); in handleTEX()