Home
last modified time | relevance | path

Searched refs:copyArrayInnerSizes (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Dglslang.y1077 type->copyArrayInnerSizes($1.arraySizes);
3635 type.copyArrayInnerSizes($1.arraySizes);
3659 type.copyArrayInnerSizes($2.arraySizes);
Dglslang_tab.cpp6402 type->copyArrayInnerSizes((yyvsp[-2].interm.type).arraySizes); in yyparse()
11033 type.copyArrayInnerSizes((yyvsp[-2].interm.type).arraySizes); in yyparse()
11062 type.copyArrayInnerSizes((yyvsp[-2].interm.type).arraySizes); in yyparse()
DParseHelper.cpp7714 type.copyArrayInnerSizes(publicType.arraySizes); in declareVariable()
/third_party/glslang/glslang/Include/
DTypes.h2027 void copyArrayInnerSizes(const TArraySizes* s) in copyArrayInnerSizes() function
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp463 variableType.copyArrayInnerSizes(declaredType.getArraySizes()); in acceptDeclaration()