Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
Darrays.h57 struct TArraySize { struct
60 bool operator==(const TArraySize& rhs) const argument
131 TArraySize pair = { e, n }; in push_back()
198 sizes = new TVector<TArraySize>; in alloc()
206 …TVector<TArraySize>* sizes; // will either hold such a pointer, or in the future, hold the two arr…
257 void addInnerSize(TArraySize pair) { sizes.push_back(pair.size, pair.node); } in addInnerSize()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h340 void arraySizeCheck(const TSourceLoc&, TIntermTyped* expr, TArraySize&);
Dglslang.y1511 TArraySize size;
1522 TArraySize size;
Dglslang_tab.cpp6126 TArraySize size; in yyparse()
6147 TArraySize size; in yyparse()
DParseHelper.cpp3500 void TParseContext::arraySizeCheck(const TSourceLoc& loc, TIntermTyped* expr, TArraySize& sizePair) in arraySizeCheck()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h125 void arraySizeCheck(const TSourceLoc&, TIntermTyped* expr, TArraySize&);
DhlslGrammar.cpp3974 TArraySize arraySize; in acceptArraySpecifier()
DhlslParseHelper.cpp6576 void HlslParseContext::arraySizeCheck(const TSourceLoc& loc, TIntermTyped* expr, TArraySize& sizePa… in arraySizeCheck()