HomeSort by relevance Sort by last modified time
    Searched refs:outgoingCount (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_graph.h 127 inline int outgoingCount() const { return outCount; }
nv50_ir_bb.cpp 374 if (cfg.outgoingCount() != 2) // -> if and -> else/endif
386 if (out[1]->outgoingCount() != 1) // 0 is IF { RET; }, >1 is more divergence
391 if (out[0]->outgoingCount() == 1)
nv50_ir_emit_gm107.cpp     [all...]
nv50_ir_emit_nvc0.cpp     [all...]
nv50_ir_ra.cpp 622 if (bb->cfg.outgoingCount()) {
    [all...]

Completed in 1397 milliseconds