Home
last modified time | relevance | path

Searched refs:TMatrixSelector (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h115 …lector(const TSourceLoc&, const TString&, int cols, int rows, TSwizzleSelectors<TMatrixSelector>&);
116 int getMatrixComponentsColumn(int rows, const TSwizzleSelectors<TMatrixSelector>&);
DhlslParseHelper.cpp570 TSwizzleSelectors<TMatrixSelector>& components) in parseMatrixSwizzleSelector()
601 TMatrixSelector comp; in parseMatrixSwizzleSelector()
623 int HlslParseContext::getMatrixComponentsColumn(int rows, const TSwizzleSelectors<TMatrixSelector>&… in getMatrixComponentsColumn()
994 TSwizzleSelectors<TMatrixSelector> selectors; in handleDotDereference()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h56 struct TMatrixSelector { struct
741 void pushSelector(TIntermSequence&, const TMatrixSelector&, const TSourceLoc&);
DIntermediate.cpp2483 void TIntermediate::pushSelector(TIntermSequence& sequence, const TMatrixSelector& selector, const … in pushSelector()
2493 template TIntermTyped* TIntermediate::addSwizzle<TMatrixSelector>(TSwizzleSelectors<TMatrixSelector