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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp938 bool error_emitted = (lhs->type->is_error() || rhs->type->is_error()); local in function:do_assignment
945 if (!error_emitted) {
950 error_emitted = true;
968 error_emitted = true;
982 error_emitted = true;
985 error_emitted = true;
1024 error_emitted = true;
1029 return error_emitted;
1040 if (!error_emitted) {
1055 if (!error_emitted)
1207 get_scalar_boolean_operand(exec_list * instructions,struct _mesa_glsl_parse_state * state,ast_expression * parent_expr,int operand,const char * operand_name,bool * error_emitted) argument
1408 bool error_emitted = false; local in function:ast_expression::do_hir
4683 bool error_emitted = false; local in function:process_initializer
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp938 bool error_emitted = (lhs->type->is_error() || rhs->type->is_error()); local in function:do_assignment
944 if (!error_emitted) {
949 error_emitted = true;
963 error_emitted = true;
975 error_emitted = true;
978 error_emitted = true;
1017 error_emitted = true;
1028 if (!error_emitted) {
1043 if (!error_emitted)
1048 return error_emitted;
1195 get_scalar_boolean_operand(exec_list * instructions,struct _mesa_glsl_parse_state * state,ast_expression * parent_expr,int operand,const char * operand_name,bool * error_emitted) argument
1396 bool error_emitted = false; local in function:ast_expression::do_hir
4584 bool error_emitted = false; local in function:process_initializer
5209 bool error_emitted = false; local in function:ast_declarator_list::hir
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.3.rst170 - glsl: set error_emitted true if type not ok for assignment
H A D20.1.0.rst4068 - glsl: set error_emitted true if type not ok for assignment

Completed in 43 milliseconds