Searched refs:TArraySize (Results 1 – 9 of 9) sorted by relevance
| /third_party/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) { in addInnerSize()
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | ParseHelper.h | 353 void arraySizeCheck(const TSourceLoc&, TIntermTyped* expr, TArraySize&, const char *sizeType);
|
| D | glslang.y | 1612 TArraySize size; 1623 TArraySize size; 1648 TArraySize size; 1655 TArraySize size;
|
| D | glslang.m4 | 1612 TArraySize size; 1623 TArraySize size; 1648 TArraySize size; 1655 TArraySize size;
|
| D | glslang_tab.cpp | 6274 TArraySize size; in yyparse() 6295 TArraySize size; in yyparse() 6331 TArraySize size; in yyparse() 6343 TArraySize size; in yyparse()
|
| D | ParseHelper.cpp | 3791 void TParseContext::arraySizeCheck(const TSourceLoc& loc, TIntermTyped* expr, TArraySize& sizePair,… in arraySizeCheck()
|
| /third_party/glslang/glslang/HLSL/ |
| D | hlslParseHelper.h | 125 void arraySizeCheck(const TSourceLoc&, TIntermTyped* expr, TArraySize&);
|
| D | hlslGrammar.cpp | 3994 TArraySize arraySize; in acceptArraySpecifier()
|
| D | hlslParseHelper.cpp | 6741 void HlslParseContext::arraySizeCheck(const TSourceLoc& loc, TIntermTyped* expr, TArraySize& sizePa… in arraySizeCheck()
|