Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h532 static const TIntermTyped* findLValueBase(const TIntermTyped*, bool swizzleOkay);
DIntermediate.cpp2679 const TIntermTyped* TIntermediate::findLValueBase(const TIntermTyped* node, bool swizzleOkay) in findLValueBase() argument
2688 if (! swizzleOkay) { in findLValueBase()
DParseHelper.cpp2221 bool swizzleOkay = (!isEsProfile()) && (version >= 440); in builtInOpCheck() local
2222 const TIntermTyped* base = TIntermediate::findLValueBase(arg0, swizzleOkay); in builtInOpCheck()