Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dast.h207 ast_aggregate enumerator
216 #define AST_NUM_OPERATORS (ast_aggregate + 1)
413 : ast_expression(ast_aggregate, NULL, NULL, NULL), in ast_aggregate_initializer()
Dglsl_parser_extras.cpp979 if (expr->oper == ast_aggregate) in _mesa_ast_set_aggregate_type()
993 if (expr->oper == ast_aggregate) { in _mesa_ast_set_aggregate_type()
1005 if (expr->oper == ast_aggregate) in _mesa_ast_set_aggregate_type()
1364 case ast_aggregate: { in print()
Dast_to_hir.cpp1414 case ast_aggregate: in do_hir()
2249 case ast_aggregate: in has_sequence_subexpression()
4567 if (decl->initializer->oper == ast_aggregate) in process_initializer()