Home
last modified time | relevance | path

Searched refs:addSwizzle (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dlocalintermediate.h53 TIntermTyped* addSwizzle(TVectorFields&, const TSourceLoc&);
DIntermediate.cpp717 TIntermTyped* TIntermediate::addSwizzle(TVectorFields& fields, const TSourceLoc &line) in addSwizzle() function in TIntermediate
DParseHelper.cpp2670 TIntermTyped *index = intermediate.addSwizzle(fields, fieldLocation); in addFieldSelectionExpression()
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp2670 template TIntermTyped* TIntermediate::addSwizzle<TVectorSelector>(TSwizzleSelectors<TVectorSelector…
2671 template TIntermTyped* TIntermediate::addSwizzle<TMatrixSelector>(TSwizzleSelectors<TMatrixSelector…
2673 TIntermTyped* TIntermediate::addSwizzle(TSwizzleSelectors<selectorType>& selector, const TSourceLoc… in addSwizzle() function in glslang::TIntermediate
Dlocalintermediate.h561 …template<typename selectorType> TIntermTyped* addSwizzle(TSwizzleSelectors<selectorType>&, const T…
DParseHelper.cpp1088 TIntermTyped* index = intermediate.addSwizzle(selectors, loc); in handleDotSwizzle()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp358 const auto addSwizzle = [&](TIntermSymbol* var, TIntermBinary* swizzle) -> TIntermTyped* { in handleLvalue() local
452 … makeBinary(assignOp, addSwizzle(intermediate.addSymbol(*rhsTmp), lhsAsBinary), rhs); in handleLvalue()
983 TIntermTyped* index = intermediate.addSwizzle(selectors, loc); in handleDotDereference()
1025 TIntermTyped* index = intermediate.addSwizzle(selectors, loc); in handleDotDereference()
4388 TIntermTyped* coordIdx = intermediate.addSwizzle(coordFields, loc); in decomposeSampleMethods()
5353 TIntermTyped* swizzleIdx = intermediate.addSwizzle(selectors, loc); in decomposeIntrinsic()