Home
last modified time | relevance | path

Searched refs:non_lvalue_description (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dast.h234 this->non_lvalue_description = NULL; in ast_expression()
286 const char *non_lvalue_description; member in ast_expression
H A Dast_to_hir.cpp931 const char *non_lvalue_description, in do_assignment()
946 if (non_lvalue_description != NULL) { in do_assignment()
949 non_lvalue_description); in do_assignment()
1425 this->subexpressions[0]->non_lvalue_description, in do_hir()
1727 this->subexpressions[0]->non_lvalue_description, in do_hir()
1771 this->subexpressions[0]->non_lvalue_description, in do_hir()
1798 this->subexpressions[0]->non_lvalue_description, in do_hir()
1834 this->subexpressions[0]->non_lvalue_description, in do_hir()
1951 this->non_lvalue_description = (this->oper == ast_pre_inc) in do_hir()
1965 this->subexpressions[0]->non_lvalue_description, in do_hir()
930 do_assignment(exec_list *instructions, struct _mesa_glsl_parse_state *state, const char *non_lvalue_description, ir_rvalue *lhs, ir_rvalue *rhs, ir_rvalue **out_rvalue, bool needs_rvalue, bool is_initializer, YYLTYPE lhs_loc) do_assignment() argument
[all...]
H A Dast_function.cpp304 if (actual_ast->non_lvalue_description != NULL) { in verify_parameter_modes()
308 actual_ast->non_lvalue_description); in verify_parameter_modes()
H A Dglsl_parser_extras.cpp1400 this->non_lvalue_description = NULL;

Completed in 17 milliseconds