Searched refs:swizzleOkay (Results 1 – 3 of 3) sorted by relevance
516 static const TIntermTyped* findLValueBase(const TIntermTyped*, bool swizzleOkay);
2518 const TIntermTyped* TIntermediate::findLValueBase(const TIntermTyped* node, bool swizzleOkay) in findLValueBase() argument2527 if (! swizzleOkay) { in findLValueBase()
1974 bool swizzleOkay = (profile != EEsProfile) && (version >= 440); in builtInOpCheck() local1975 const TIntermTyped* base = TIntermediate::findLValueBase(arg0, swizzleOkay); in builtInOpCheck()