Searched refs:hasJoin (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) { }
244 const bool hasJoin; // true if instructions have a join modifier member in class:nv50_ir::Target
H A Dnv50_ir_peephole.cpp3370 if (prog->getTarget()->hasJoin) {
/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) { }
246 const bool hasJoin; // true if instructions have a join modifier member in class:nv50_ir::Target
H A Dnv50_ir_peephole.cpp3444 if (prog->getTarget()->hasJoin) {

Completed in 13 milliseconds