Home
last modified time | relevance | path

Searched refs:getTrueBlock (Results 1 - 17 of 17) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
H A DLiveTraverser.h125 if (constant->getConstArray()[0].getBConst() == true && node->getTrueBlock()) in visitSelection()
126 node->getTrueBlock()->traverse(this); in visitSelection()
H A DintermOut.cpp1186 if (node->getTrueBlock()) { in visitSelection()
1188 node->getTrueBlock()->traverse(this); in visitSelection()
H A DIntermediate.cpp3898 TIntermTyped* typedNode = selectionNode->getTrueBlock()->getAsTyped(); in propagatePrecision()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DRewriteElseBlocks.cpp104 new TIntermIfElse(conditionSymbolSel, ifElse->getTrueBlock(), falseBlock); in rewriteIfElse()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputTree.cpp539 if (node->getTrueBlock()) in visitIfElse()
542 node->getTrueBlock()->traverse(this); in visitIfElse()
H A DOutputHLSL.cpp2720 if (node->getTrueBlock()) in writeIfElse()
2723 node->getTrueBlock()->traverse(this); in writeIfElse()
2726 discard = (discard || FindDiscard::search(node->getTrueBlock())); in writeIfElse()
H A DOutputGLSLBase.cpp807 visitCodeBlock(node->getTrueBlock()); in visitIfElse()
H A DOutputSPIRV.cpp5236 if (node->getTrueBlock() == nullptr && node->getFalseBlock() == nullptr) in visitIfElse()
5254 if (node->getTrueBlock()) in visitIfElse()
5266 if (node->getTrueBlock()) in visitIfElse()
5268 node->getTrueBlock()->traverse(this); in visitIfElse()
H A DIntermNode.h926 TIntermBlock *getTrueBlock() const { return mTrueBlock; } in getTrueBlock() function in sh::TIntermIfElse
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp353 if (node->getTrueBlock()) { in visitSelection()
355 node->getTrueBlock()->traverse(this); in visitSelection()
H A Dintermediate.h624 TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function in TIntermSelection
H A DOutputASM.cpp1745 TIntermNode *trueBlock = node->getTrueBlock(); in visitSelection()
3062 TIntermNode *trueBlock = selection->getTrueBlock(); in cost()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSeparateCompoundExpressions.cpp580 pushStmt(*new TIntermIfElse(newCond, node.getTrueBlock(), node.getFalseBlock()));
H A DEmitMetal.cpp1646 TIntermBlock *thenNode = ifThenElseNode->getTrueBlock();
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermRebuild.cpp669 auto *const true_ = node.getTrueBlock(); in traverseIfElseChildren()
/third_party/glslang/glslang/Include/
H A Dintermediate.h1740 virtual TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function in glslang::TIntermSelection
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp3851 if (node->getTrueBlock() == nullptr || in visitSelection()
3865 assert(node->getType() == node->getTrueBlock() ->getAsTyped()->getType() && in visitSelection()
3873 return operandOkay(node->getTrueBlock() ->getAsTyped()) && in visitSelection()
3886 node->getTrueBlock()->traverse(this); in visitSelection()
3887 spv::Id trueValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()
3972 if (node->getTrueBlock() != nullptr) { in visitSelection()
3973 node->getTrueBlock()->traverse(this); in visitSelection()
3975 spv::Id load = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()

Completed in 77 milliseconds