Home
last modified time | relevance | path

Searched refs:TSwizzleSelectors (Results 1 – 8 of 8) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h66 class TSwizzleSelectors {
68 TSwizzleSelectors() : size_(0) { } in TSwizzleSelectors() function
500 …template<typename selectorType> TIntermTyped* addSwizzle(TSwizzleSelectors<selectorType>&, const T…
513 …TIntermTyped* foldSwizzle(TIntermTyped* node, TSwizzleSelectors<TVectorSelector>& fields, const TS…
DParseContextBase.cpp472 TSwizzleSelectors<TVectorSelector>& selector) in parseSwizzleSelector()
DParseHelper.h213 TSwizzleSelectors<TVectorSelector>&);
DIntermediate.cpp2492 template TIntermTyped* TIntermediate::addSwizzle<TVectorSelector>(TSwizzleSelectors<TVectorSelector…
2493 template TIntermTyped* TIntermediate::addSwizzle<TMatrixSelector>(TSwizzleSelectors<TMatrixSelector…
2495 TIntermTyped* TIntermediate::addSwizzle(TSwizzleSelectors<selectorType>& selector, const TSourceLoc… in addSwizzle()
DConstant.cpp1381 TIntermTyped* TIntermediate::foldSwizzle(TIntermTyped* node, TSwizzleSelectors<TVectorSelector>& se… in foldSwizzle()
DParseHelper.cpp781 TSwizzleSelectors<TVectorSelector> selectors; in handleDotDereference()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h115 …zzleSelector(const TSourceLoc&, const TString&, int cols, int rows, TSwizzleSelectors<TMatrixSelec…
116 int getMatrixComponentsColumn(int rows, const TSwizzleSelectors<TMatrixSelector>&);
DhlslParseHelper.cpp570 TSwizzleSelectors<TMatrixSelector>& components) in parseMatrixSwizzleSelector()
623 int HlslParseContext::getMatrixComponentsColumn(int rows, const TSwizzleSelectors<TMatrixSelector>&… in getMatrixComponentsColumn()
958 TSwizzleSelectors<TVectorSelector> selectors; in handleDotDereference()
994 TSwizzleSelectors<TMatrixSelector> selectors; in handleDotDereference()
4148 TSwizzleSelectors<TVectorSelector> coordFields; in decomposeSampleMethods()
5111 TSwizzleSelectors<TVectorSelector> selectors; in decomposeIntrinsic()