Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A Dintermediate.h974 class TIntermSelection; variable
1606 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB) : in TIntermSelection() function
1610TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB, const TType& type) : in TIntermSelection() function
1713 virtual bool visitSelection(TVisit, TIntermSelection*) { return true; } in visitSelection() argument
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1127 class TIntermSelection; variable
1737 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB) : in TIntermSelection() function
1741TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB, const TType& type) : in TIntermSelection() function
1844 virtual bool visitSelection(TVisit, TIntermSelection*) { return true; } in visitSelection() argument