Searched refs:swizzleOkay (Results 1 – 3 of 3) sorted by relevance
532 static const TIntermTyped* findLValueBase(const TIntermTyped*, bool swizzleOkay);
2679 const TIntermTyped* TIntermediate::findLValueBase(const TIntermTyped* node, bool swizzleOkay) in findLValueBase() argument2688 if (! swizzleOkay) { in findLValueBase()
2221 bool swizzleOkay = (!isEsProfile()) && (version >= 440); in builtInOpCheck() local2222 const TIntermTyped* base = TIntermediate::findLValueBase(arg0, swizzleOkay); in builtInOpCheck()