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

/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp678 bool error_emitted = (lhs->type->is_error() || rhs->type->is_error()); local
684 if (!error_emitted) {
689 error_emitted = true;
695 error_emitted = true;
706 error_emitted = true;
709 error_emitted = true;
766 if (!error_emitted)
889 bool *error_emitted)
898 if (!*error_emitted) {
903 *error_emitted
884 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
1032 bool error_emitted = false; local
2686 bool error_emitted = false; local
[all...]

Completed in 36 milliseconds