Home
last modified time | relevance | path

Searched refs:EnsureBlock (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/d3d/
DRewriteElseBlocks.cpp99 falseBlock = EnsureBlock(falseIfElse); in rewriteIfElse()
/external/angle/src/compiler/translator/tree_util/
DIntermNode_util.h70 TIntermBlock *EnsureBlock(TIntermNode *node);
DIntermNode_util.cpp310 TIntermBlock *EnsureBlock(TIntermNode *node) in EnsureBlock() function
/external/angle/src/compiler/translator/
DParseContext.cpp2417 node = new TIntermLoop(type, init, typedCond, expr, EnsureBlock(body)); in addLoop()
2440 TIntermLoop *loop = new TIntermLoop(type, init, conditionInit, expr, EnsureBlock(body)); in addLoop()
2468 return EnsureBlock(code.node1); in addIfElse()
2472 return EnsureBlock(code.node2); in addIfElse()
2476 TIntermIfElse *node = new TIntermIfElse(cond, EnsureBlock(code.node1), EnsureBlock(code.node2)); in addIfElse()