Home
last modified time | relevance | path

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

/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.cpp1104 if (node->getTrueBlock()) { in visitSelection()
1106 node->getTrueBlock()->traverse(this); in visitSelection()
DIntermediate.cpp3596 TIntermTyped* typedNode = selectionNode->getTrueBlock()->getAsTyped(); in propagatePrecision()
/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()
3031 TIntermNode *trueBlock = selection->getTrueBlock(); in cost()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2524 if (node->getTrueBlock() == nullptr || in visitSelection()
2540 assert(node->getType() == node->getTrueBlock() ->getAsTyped()->getType() && in visitSelection()
2548 return operandOkay(node->getTrueBlock() ->getAsTyped()) && in visitSelection()
2560 node->getTrueBlock()->traverse(this); in visitSelection()
2561 spv::Id trueValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()
2563 spv::Id falseValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()
2628 if (node->getTrueBlock() != nullptr) { in visitSelection()
2629 node->getTrueBlock()->traverse(this); in visitSelection()
2631 … builder.createStore(accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()), result); in visitSelection()
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1580 virtual TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function