Searched refs:doRun (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_bb.cpp | 457 return doRun(prog, ordered, skipPhi); 461 Pass::doRun(Program *prog, bool ordered, bool skipPhi) function in class:nv50_ir::Pass 466 if (!doRun(Function::get(n), ordered, skipPhi)) 477 return doRun(func, ordered, skipPhi); 481 Pass::doRun(Function *func, bool ordered, bool skipPhi) function in class:nv50_ir::Pass
|
| H A D | nv50_ir.h | 1349 bool doRun(Program *, bool ordered, bool skipPhi); 1350 bool doRun(Function *, bool ordered, bool skipPhi);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_bb.cpp | 457 return doRun(prog, ordered, skipPhi); 461 Pass::doRun(Program *prog, bool ordered, bool skipPhi) function in class:nv50_ir::Pass 466 if (!doRun(Function::get(n), ordered, skipPhi)) 477 return doRun(func, ordered, skipPhi); 481 Pass::doRun(Function *func, bool ordered, bool skipPhi) function in class:nv50_ir::Pass
|
| H A D | nv50_ir.h | 1405 bool doRun(Program *, bool ordered, bool skipPhi); 1406 bool doRun(Function *, bool ordered, bool skipPhi);
|
Completed in 16 milliseconds