Home
last modified time | relevance | path

Searched refs:declareBlock (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h403 …void declareBlock(const TSourceLoc&, TTypeList& typeList, const TString* instanceName = 0, TArrayS…
Dglslang.y805 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);
Dglslang_tab.cpp5026 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()
DParseHelper.cpp6810 void TParseContext::declareBlock(const TSourceLoc& loc, TTypeList& typeList, const TString* instanc… in declareBlock() function in glslang::TParseContext
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h155 void declareBlock(const TSourceLoc&, TType&, const TString* instanceName = 0);
DhlslGrammar.cpp480 parseContext.declareBlock(idToken.loc, variableType, fullName); in acceptDeclaration()
621 parseContext.declareBlock(loc, type); in acceptFullySpecifiedType()
DhlslParseHelper.cpp3217 declareBlock(loc, blockType, blockName); in declareStructBufferCounter()
8491 void HlslParseContext::declareBlock(const TSourceLoc& loc, TType& type, const TString* instanceName) in declareBlock() function in glslang::HlslParseContext