/external/swiftshader/src/OpenGL/compiler/ |
D | intermediate.h | 249 class TIntermSelection; variable 282 virtual TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() 610 class TIntermSelection : public TIntermTyped { 612 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB) : in TIntermSelection() function 614 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB, const TType& type) : in TIntermSelection() function 626 TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() 709 virtual bool visitSelection(Visit visit, TIntermSelection*) {return true;} in visitSelection() argument
|
D | parseConst.cpp | 43 bool visitSelection(Visit visit, TIntermSelection*); 150 bool TConstTraverser::visitSelection(Visit visit, TIntermSelection* node) in visitSelection()
|
D | ValidateSwitch.h | 35 bool visitSelection(Visit visit, TIntermSelection *) override;
|
D | intermOut.cpp | 41 bool visitSelection(Visit visit, TIntermSelection*); 337 bool TOutputTraverser::visitSelection(Visit visit, TIntermSelection* node) in visitSelection()
|
D | ValidateSwitch.cpp | 74 bool ValidateSwitch::visitSelection(Visit visit, TIntermSelection *) in visitSelection() argument
|
D | IntermTraverse.cpp | 193 void TIntermSelection::traverse(TIntermTraverser* it) in traverse()
|
D | Intermediate.cpp | 634 TIntermSelection* node = new TIntermSelection(cond, nodePair.node1, nodePair.node2); in addSelection() 682 TIntermSelection* node = new TIntermSelection(cond, trueBlock, falseBlock, trueBlock->getType()); in addSelection()
|
D | OutputASM.h | 262 bool visitSelection(Visit visit, TIntermSelection*) override;
|
D | OutputASM.cpp | 1737 bool OutputASM::visitSelection(Visit visit, TIntermSelection *node) in visitSelection() 3026 TIntermSelection *selection = expression->getAsSelectionNode(); in cost()
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 1000 class TIntermSelection; variable 1029 virtual glslang::TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() 1042 virtual const glslang::TIntermSelection* getAsSelectionNode() const { return 0; } in getAsSelectionNode() 1568 class TIntermSelection : public TIntermTyped { 1570 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB) : in TIntermSelection() function 1574 … TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB, const TType& type) : in TIntermSelection() function 1582 virtual TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() 1583 virtual const TIntermSelection* getAsSelectionNode() const { return this; } in getAsSelectionNode() 1674 virtual bool visitSelection(TVisit, TIntermSelection*) { return true; } in visitSelection() argument
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | RemoveTree.cpp | 74 virtual bool visitSelection(TVisit /* visit*/ , TIntermSelection* node) in visitSelection()
|
D | LiveTraverser.h | 98 virtual bool visitSelection(TVisit /* visit */, TIntermSelection* node) in visitSelection()
|
D | attribute.cpp | 151 TIntermSelection* selection = node->getAsSelectionNode(); in handleSelectionAttributes()
|
D | IntermTraverse.cpp | 187 void TIntermSelection::traverse(TIntermTraverser *it) in traverse()
|
D | Intermediate.cpp | 2235 TIntermSelection* TIntermediate::addSelection(TIntermTyped* cond, TIntermNodePair nodePair, const T… in addSelection() 2242 TIntermSelection* node = new TIntermSelection(cond, nodePair.node1, nodePair.node2); in addSelection() 2292 TIntermSelection* selection = addSelection(cond, pair, loc); in addSelection() 2352 … TIntermSelection* node = new TIntermSelection(cond, trueBlock, falseBlock, trueBlock->getType()); in addSelection() 3594 TIntermSelection* selectionNode = getAsSelectionNode(); in propagatePrecision()
|
D | intermOut.cpp | 107 virtual bool visitSelection(TVisit, TIntermSelection* node); 1080 bool TOutputTraverser::visitSelection(TVisit /* visit */, TIntermSelection* node) in visitSelection()
|
D | localintermediate.h | 477 TIntermSelection* addSelection(TIntermTyped* cond, TIntermNodePair code, const TSourceLoc&);
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.h | 202 …void handleSelectionAttributes(const TSourceLoc& loc, TIntermSelection*, const TAttributes& attrib…
|
D | hlslParseHelper.cpp | 4770 node = new TIntermSelection(compareNode, killNode, nullptr); in decomposeIntrinsic() 8879 void HlslParseContext::handleSelectionAttributes(const TSourceLoc& loc, TIntermSelection* selection, in handleSelectionAttributes() 9886 TIntermTyped* invocationIdTest = new TIntermSelection(cmp, pcfCallSequence, nullptr); in addPatchConstantInvocation()
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 115 bool visitSelection(glslang::TVisit, glslang::TIntermSelection*); 138 spv::SelectionControlMask TranslateSelectionControl(const glslang::TIntermSelection&) const; 1048 …sk TGlslangToSpvTraverser::TranslateSelectionControl(const glslang::TIntermSelection& selectionNod… in TranslateSelectionControl() 2515 bool TGlslangToSpvTraverser::visitSelection(glslang::TVisit /* visit */, glslang::TIntermSelection*… in visitSelection()
|