Searched refs:joinAnterior (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target.h160 Target(bool m, bool j, bool s) : hasJoin(m), joinAnterior(j), hasSWSched(s) { }
245 const bool joinAnterior; // true if join is executed before the op member in class:nv50_ir::Target
H A Dnv50_ir_peephole.cpp3449 if (prog->getTarget()->joinAnterior) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target.h161 Target(bool m, bool j, bool s) : hasJoin(m), joinAnterior(j), hasSWSched(s) { }
247 const bool joinAnterior; // true if join is executed before the op member in class:nv50_ir::Target
H A Dnv50_ir_peephole.cpp3523 if (prog->getTarget()->joinAnterior) {

Completed in 11 milliseconds