Searched defs:TIntermSelection (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/compiler/
H A Dintermediate.h197 class TIntermSelection;
226 virtual TIntermSelection* getAsSelectionNode() { return 0; }
503 class TIntermSelection : public TIntermTyped { class in inherits:TIntermTyped
505 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB) : function in class:TIntermSelection
507 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB, const TType& type) : function in class:TIntermSelection
516 TIntermSelection* getAsSelectionNode() { return this; }
556 virtual bool visitSelection(Visit visit, TIntermSelection*) {return true;}

Completed in 115 milliseconds