Home
last modified time | relevance | path

Searched refs:elseBlock (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSeparateCompoundExpressions.cpp480 TIntermBlock *elseBlock = &buildBlockWithTailAssign(*var, *newElse); in visitTernaryPost() local
486 pushStmt(*new TIntermIfElse(newCond, thenBlock, elseBlock)); in visitTernaryPost()
/third_party/glslang/SPIRV/
DSpvBuilder.cpp2562 elseBlock(0) in If()
2587 elseBlock = new Block(builder.getUniqueId(), *function); in makeBeginElse()
2588 function->addBlock(elseBlock); in makeBeginElse()
2591 builder.setBuildPoint(elseBlock); in makeBeginElse()
2603 if (elseBlock) in makeEndIf()
2604 builder.createConditionalBranch(condition, thenBlock, elseBlock); in makeEndIf()
3149 void Builder::createConditionalBranch(Id condition, Block* thenBlock, Block* elseBlock) in createConditionalBranch() argument
3154 branch->addIdOperand(elseBlock->getId()); in createConditionalBranch()
3157 elseBlock->addPredecessor(buildPoint); in createConditionalBranch()
DSpvBuilder.h519 Block* elseBlock; variable
763 void createConditionalBranch(Id condition, Block* thenBlock, Block* elseBlock);