Searched defs:addSwizzle (Results 1 – 5 of 5) sorted by relevance
717 TIntermTyped* TIntermediate::addSwizzle(TVectorFields& fields, const TSourceLoc &line) in addSwizzle() function in TIntermediate
2656 TIntermTyped* TIntermediate::addSwizzle(TSwizzleSelectors<selectorType>& selector, const TSourceLoc… in addSwizzle() function in glslang::TIntermediate
358 const auto addSwizzle = [&](TIntermSymbol* var, TIntermBinary* swizzle) -> TIntermTyped* { in handleLvalue() local