Searched refs:declareBlock (Results 1 – 7 of 7) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.h | 403 …void declareBlock(const TSourceLoc&, TTypeList& typeList, const TString* instanceName = 0, TArrayS…
|
D | glslang.y | 805 parseContext.declareBlock($1.loc, *$1.typeList); 809 parseContext.declareBlock($1.loc, *$1.typeList, $2.string); 813 parseContext.declareBlock($1.loc, *$1.typeList, $2.string, $3.arraySizes);
|
D | glslang_tab.cpp | 5026 parseContext.declareBlock((yyvsp[-1].interm).loc, *(yyvsp[-1].interm).typeList); in yyparse() 5035 …parseContext.declareBlock((yyvsp[-2].interm).loc, *(yyvsp[-2].interm).typeList, (yyvsp[-1].lex).st… in yyparse() 5044 …parseContext.declareBlock((yyvsp[-3].interm).loc, *(yyvsp[-3].interm).typeList, (yyvsp[-2].lex).st… in yyparse()
|
D | ParseHelper.cpp | 6810 void TParseContext::declareBlock(const TSourceLoc& loc, TTypeList& typeList, const TString* instanc… in declareBlock() function in glslang::TParseContext
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.h | 155 void declareBlock(const TSourceLoc&, TType&, const TString* instanceName = 0);
|
D | hlslGrammar.cpp | 480 parseContext.declareBlock(idToken.loc, variableType, fullName); in acceptDeclaration() 621 parseContext.declareBlock(loc, type); in acceptFullySpecifiedType()
|
D | hlslParseHelper.cpp | 3217 declareBlock(loc, blockType, blockName); in declareStructBufferCounter() 8491 void HlslParseContext::declareBlock(const TSourceLoc& loc, TType& type, const TString* instanceName) in declareBlock() function in glslang::HlslParseContext
|