Home
last modified time | relevance | path

Searched refs:swizzleOkay (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h516 static const TIntermTyped* findLValueBase(const TIntermTyped*, bool swizzleOkay);
DIntermediate.cpp2518 const TIntermTyped* TIntermediate::findLValueBase(const TIntermTyped* node, bool swizzleOkay) in findLValueBase() argument
2527 if (! swizzleOkay) { in findLValueBase()
DParseHelper.cpp1974 bool swizzleOkay = (profile != EEsProfile) && (version >= 440); in builtInOpCheck() local
1975 const TIntermTyped* base = TIntermediate::findLValueBase(arg0, swizzleOkay); in builtInOpCheck()