Home | History | Annotate | Download | only in glsl

Lines Matching full:identifier

62    const char *identifier;
111 %token <identifier> IDENTIFIER TYPE_IDENTIFIER NEW_IDENTIFIER
112 %type <identifier> any_identifier
115 %token <identifier> FIELD_SELECTION
149 %type <identifier> variable_identifier
163 %type <identifier> basic_type_specifier_nonarray
331 IDENTIFIER
365 IDENTIFIER
375 $$->primary_expression.identifier = $1;
428 $$->primary_expression.identifier = $3;
853 $$->identifier = $2;
869 $$->identifier = $2;
879 $$->identifier = $2;
1139 "identifier `%s' used\n", $1);
1187 _mesa_glsl_error(& @1, state, "unrecognized layout identifier "
1225 /* If the identifier didn't match any known layout identifiers,
1229 _mesa_glsl_error(& @1, state, "unrecognized layout identifier "
1235 "identifier `%s' used\n", $1);