Searched refs:fully_specified_type (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang.y190 %type <interm.type> type_qualifier fully_specified_type type_specifier storage_qualifier interpolation_qualifier
918 : fully_specified_type IDENTIFIER LEFT_PAREN {
1051 : fully_specified_type {
1055 | fully_specified_type identifier {
1059 | fully_specified_type identifier LEFT_BRACKET RIGHT_BRACKET {
1066 | fully_specified_type identifier LEFT_BRACKET constant_expression RIGHT_BRACKET {
1070 | fully_specified_type identifier EQUAL initializer {
1080 fully_specified_type
1671 | fully_specified_type identifier EQUAL initializer {
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.h458 ast_fully_specified_type *fully_specified_type; member in union:YYSTYPE
H A Dglsl_parser.cc567 ast_fully_specified_type *fully_specified_type; member in union:YYSTYPE
1148 "init_declarator_list", "single_declaration", "fully_specified_type",
3824 (yyval.function)->return_type = (yyvsp[(1) - (3)].fully_specified_type);
4053 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[(1) - (1)].fully_specified_type));
4066 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[(1) - (2)].fully_specified_type));
4080 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[(1) - (4)].fully_specified_type));
4094 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[(1) - (5)].fully_specified_type));
4108 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[(1) - (6)].fully_specified_type));
4122 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[(1) - (7)].fully_specified_type));
4136 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[(1) - (4)].fully_specified_type));
[all...]

Completed in 67 milliseconds