Home
last modified time | relevance | path

Searched defs:trueB (Results 1 – 3 of 3) sorted by relevance

/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1744 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB) : in TIntermSelection()
1748 … TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB, const TType& type) : in TIntermSelection()
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1740 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB) : in TIntermSelection()
1744 … TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB, const TType& type) : in TIntermSelection()
/external/angle/src/compiler/translator/
DIntermNode.cpp1619 TIntermIfElse::TIntermIfElse(TIntermTyped *cond, TIntermBlock *trueB, TIntermBlock *falseB) in TIntermIfElse()