Home
last modified time | relevance | path

Searched refs:intermFunctionPrototype (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
Dglslang_tab_autogen.h260 TIntermFunctionPrototype *intermFunctionPrototype; member
Dglslang.y87 TIntermFunctionPrototype *intermFunctionPrototype; member
1601 context->parseFunctionDefinitionHeader(@1, $1.function, &($1.intermFunctionPrototype));
1604 $$ = context->addFunctionDefinition($1.intermFunctionPrototype, $3, @1);
Dglslang_tab_autogen.cpp349 TIntermFunctionPrototype *intermFunctionPrototype; member
5237 &((yyvsp[0].interm).intermFunctionPrototype)); in yyparse()
5246 context->addFunctionDefinition((yyvsp[-2].interm).intermFunctionPrototype, in yyparse()