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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 701 BasicBlock *texiBB = i->bb->splitBefore(i, false);
712 bld.mkFlow(OP_BRA, texiBB, CC_EQ, pred)->fixed = 1;
713 currBB->cfg.attach(&texiBB->cfg, Graph::Edge::FORWARD);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 701 BasicBlock *texiBB = i->bb->splitBefore(i, false);
712 bld.mkFlow(OP_BRA, texiBB, CC_EQ, pred)->fixed = 1;
713 currBB->cfg.attach(&texiBB->cfg, Graph::Edge::FORWARD);

Completed in 275 milliseconds