Home
last modified time | relevance | path

Searched refs:getTrueBlock (Results 1 – 18 of 18) sorted by relevance

/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DLiveTraverser.h106 if (constant->getConstArray()[0].getBConst() == true && node->getTrueBlock()) in visitSelection()
107 node->getTrueBlock()->traverse(this); in visitSelection()
DintermOut.cpp1155 if (node->getTrueBlock()) { in visitSelection()
1157 node->getTrueBlock()->traverse(this); in visitSelection()
DIntermediate.cpp3806 TIntermTyped* typedNode = selectionNode->getTrueBlock()->getAsTyped(); in propagatePrecision()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DLiveTraverser.h106 if (constant->getConstArray()[0].getBConst() == true && node->getTrueBlock()) in visitSelection()
107 node->getTrueBlock()->traverse(this); in visitSelection()
DintermOut.cpp1155 if (node->getTrueBlock()) { in visitSelection()
1157 node->getTrueBlock()->traverse(this); in visitSelection()
DIntermediate.cpp3831 TIntermTyped* typedNode = selectionNode->getTrueBlock()->getAsTyped(); in propagatePrecision()
/external/angle/src/compiler/translator/tree_ops/
DRewriteElseBlocks.cpp104 new TIntermIfElse(conditionSymbolSel, ifElse->getTrueBlock(), falseBlock); in rewriteIfElse()
/external/swiftshader/src/OpenGL/compiler/
DintermOut.cpp353 if (node->getTrueBlock()) { in visitSelection()
355 node->getTrueBlock()->traverse(this); in visitSelection()
Dintermediate.h624 TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function
DOutputASM.cpp1745 TIntermNode *trueBlock = node->getTrueBlock(); in visitSelection()
3050 TIntermNode *trueBlock = selection->getTrueBlock(); in cost()
/external/angle/src/compiler/translator/
DOutputTree.cpp524 if (node->getTrueBlock()) in visitIfElse()
527 node->getTrueBlock()->traverse(this); in visitIfElse()
DOutputHLSL.cpp2673 if (node->getTrueBlock()) in writeIfElse()
2676 node->getTrueBlock()->traverse(this); in writeIfElse()
2679 discard = (discard || FindDiscard::search(node->getTrueBlock())); in writeIfElse()
DIntermNode.h893 TIntermBlock *getTrueBlock() const { return mTrueBlock; } in getTrueBlock() function
DOutputGLSLBase.cpp898 visitCodeBlock(node->getTrueBlock()); in visitIfElse()
/external/angle/third_party/glslang/src/SPIRV/
DGlslangToSpv.cpp3131 if (node->getTrueBlock() == nullptr || in visitSelection()
3145 assert(node->getType() == node->getTrueBlock() ->getAsTyped()->getType() && in visitSelection()
3153 return operandOkay(node->getTrueBlock() ->getAsTyped()) && in visitSelection()
3165 node->getTrueBlock()->traverse(this); in visitSelection()
3166 spv::Id trueValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()
3168 spv::Id falseValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()
3235 if (node->getTrueBlock() != nullptr) { in visitSelection()
3236 node->getTrueBlock()->traverse(this); in visitSelection()
3238 … builder.createStore(accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()), result); in visitSelection()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp3131 if (node->getTrueBlock() == nullptr || in visitSelection()
3145 assert(node->getType() == node->getTrueBlock() ->getAsTyped()->getType() && in visitSelection()
3153 return operandOkay(node->getTrueBlock() ->getAsTyped()) && in visitSelection()
3165 node->getTrueBlock()->traverse(this); in visitSelection()
3166 spv::Id trueValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()
3168 spv::Id falseValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()
3235 if (node->getTrueBlock() != nullptr) { in visitSelection()
3236 node->getTrueBlock()->traverse(this); in visitSelection()
3238 … builder.createStore(accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()), result); in visitSelection()
/external/angle/third_party/glslang/src/glslang/Include/
Dintermediate.h1660 virtual TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1660 virtual TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function