Searched refs:TArraySize (Results 1 – 8 of 8) sorted by relevance
/external/deqp-deps/glslang/glslang/Include/ |
D | arrays.h | 57 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/ |
D | ParseHelper.h | 340 void arraySizeCheck(const TSourceLoc&, TIntermTyped* expr, TArraySize&);
|
D | glslang.y | 1511 TArraySize size; 1522 TArraySize size;
|
D | glslang_tab.cpp | 6126 TArraySize size; in yyparse() 6147 TArraySize size; in yyparse()
|
D | ParseHelper.cpp | 3500 void TParseContext::arraySizeCheck(const TSourceLoc& loc, TIntermTyped* expr, TArraySize& sizePair) in arraySizeCheck()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.h | 125 void arraySizeCheck(const TSourceLoc&, TIntermTyped* expr, TArraySize&);
|
D | hlslGrammar.cpp | 3974 TArraySize arraySize; in acceptArraySpecifier()
|
D | hlslParseHelper.cpp | 6576 void HlslParseContext::arraySizeCheck(const TSourceLoc& loc, TIntermTyped* expr, TArraySize& sizePa… in arraySizeCheck()
|