Searched refs:EnsureBlock (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/compiler/translator/tree_ops/d3d/ |
D | RewriteElseBlocks.cpp | 99 falseBlock = EnsureBlock(falseIfElse); in rewriteIfElse()
|
/external/angle/src/compiler/translator/tree_util/ |
D | IntermNode_util.h | 70 TIntermBlock *EnsureBlock(TIntermNode *node);
|
D | IntermNode_util.cpp | 310 TIntermBlock *EnsureBlock(TIntermNode *node) in EnsureBlock() function
|
/external/angle/src/compiler/translator/ |
D | ParseContext.cpp | 2417 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()
|