Searched refs:_mesa_glsl_error (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dhir_field_selection.cpp54 _mesa_glsl_error(& loc, state, "cannot access field `%s' of "
70 _mesa_glsl_error(& loc, state, "invalid swizzle / mask `%s'",
74 _mesa_glsl_error(& loc, state, "cannot access field `%s' of "
H A Dast_to_hir.cpp234 _mesa_glsl_error(&loc, state, "Read from write-only variable `%s'",
361 _mesa_glsl_error(loc, state,
373 _mesa_glsl_error(loc, state,
391 _mesa_glsl_error(loc, state,
434 _mesa_glsl_error(loc, state,
472 _mesa_glsl_error(loc, state,
482 _mesa_glsl_error(loc, state, "type mismatch");
500 _mesa_glsl_error(loc, state,
536 _mesa_glsl_error(loc, state, "LHS of `%s' must be an integer",
541 _mesa_glsl_error(lo
[all...]
H A Dast_array_index.cpp152 _mesa_glsl_error(& idx_loc, state,
159 _mesa_glsl_error(& idx_loc, state, "array index must be integer type");
161 _mesa_glsl_error(& idx_loc, state, "array index must be scalar");
207 _mesa_glsl_error(& loc, state, "%s index must be < %u",
210 _mesa_glsl_error(& loc, state, "%s index must be >= 0", type_name);
235 _mesa_glsl_error(&loc, state, "unsized array index must be constant");
246 _mesa_glsl_error(&loc, state, "Indirect access on unsized "
269 _mesa_glsl_error(&loc, state, "%s block array index must be constant",
315 _mesa_glsl_error(&loc, state,
343 _mesa_glsl_error(
[all...]
H A Dast_type.cpp136 _mesa_glsl_error(loc, state,
154 _mesa_glsl_error(loc, state,
170 _mesa_glsl_error(loc, state,
306 _mesa_glsl_error(loc, state, "duplicate layout qualifiers used");
311 _mesa_glsl_error(loc, state,
334 _mesa_glsl_error(loc, state,
457 _mesa_glsl_error(loc, state, "invalid input layout qualifier used");
522 _mesa_glsl_error(loc, state, "invalid geometry shader output "
556 _mesa_glsl_error(loc, state,
564 _mesa_glsl_error(lo
[all...]
H A Dast_function.cpp121 _mesa_glsl_error(loc, state,
128 _mesa_glsl_error(loc, state,
135 _mesa_glsl_error(loc, state,
142 _mesa_glsl_error(loc, state,
149 _mesa_glsl_error(loc, state,
165 _mesa_glsl_error(loc, state, "First argument to atomic function "
193 _mesa_glsl_error(loc, state, "Image atomic functions should use r32i/r32ui "
244 _mesa_glsl_error(&loc, state,
257 _mesa_glsl_error(&loc, state,
280 _mesa_glsl_error(
[all...]
H A Dglsl_parser_extras.cpp384 _mesa_glsl_error(locp, this, "%s in %s%s",
410 _mesa_glsl_error(locp, this, "%s is not supported. "
462 _mesa_glsl_error(locp, this,
466 _mesa_glsl_error(locp, this,
471 _mesa_glsl_error(locp, this,
479 _mesa_glsl_error(locp, this,
542 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, function in typeref:typename:void
842 _mesa_glsl_error(behavior_locp, state,
861 _mesa_glsl_error(name_locp, state, "cannot %s all extensions",
899 _mesa_glsl_error(name_loc
[all...]
H A Dglsl_parser_extras.h77 extern void _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state,
130 _mesa_glsl_error(locp, this,
155 _mesa_glsl_error(locp, this, "explicit stream requires %s",
171 _mesa_glsl_error(locp, this, "%s explicit location requires %s",
187 _mesa_glsl_error(locp, this, "%s explicit location requires %s",
205 _mesa_glsl_error(locp, this,
1000 * \sa _mesa_glsl_error
H A Dir_function_detect_recursion.cpp286 _mesa_glsl_error(&loc, state,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dhir_field_selection.cpp54 _mesa_glsl_error(& loc, state, "cannot access field `%s' of "
70 _mesa_glsl_error(& loc, state, "invalid swizzle / mask `%s'",
74 _mesa_glsl_error(& loc, state, "cannot access field `%s' of "
H A Dast_to_hir.cpp234 _mesa_glsl_error(&loc, state, "Read from write-only variable `%s'",
361 _mesa_glsl_error(loc, state,
373 _mesa_glsl_error(loc, state,
391 _mesa_glsl_error(loc, state,
434 _mesa_glsl_error(loc, state,
472 _mesa_glsl_error(loc, state,
482 _mesa_glsl_error(loc, state, "type mismatch");
500 _mesa_glsl_error(loc, state,
536 _mesa_glsl_error(loc, state, "LHS of `%s' must be an integer",
541 _mesa_glsl_error(lo
[all...]
H A Dast_array_index.cpp152 _mesa_glsl_error(& idx_loc, state,
159 _mesa_glsl_error(& idx_loc, state, "array index must be integer type");
161 _mesa_glsl_error(& idx_loc, state, "array index must be scalar");
207 _mesa_glsl_error(& loc, state, "%s index must be < %u",
210 _mesa_glsl_error(& loc, state, "%s index must be >= 0", type_name);
235 _mesa_glsl_error(&loc, state, "unsized array index must be constant");
246 _mesa_glsl_error(&loc, state, "Indirect access on unsized "
269 _mesa_glsl_error(&loc, state, "%s block array index must be constant",
315 _mesa_glsl_error(&loc, state,
343 _mesa_glsl_error(
[all...]
H A Dast_function.cpp114 _mesa_glsl_error(loc, state,
121 _mesa_glsl_error(loc, state,
128 _mesa_glsl_error(loc, state,
135 _mesa_glsl_error(loc, state,
142 _mesa_glsl_error(loc, state,
158 _mesa_glsl_error(loc, state, "First argument to atomic function "
209 _mesa_glsl_error(&loc, state,
222 _mesa_glsl_error(&loc, state,
245 _mesa_glsl_error(&loc, state,
269 _mesa_glsl_error(
[all...]
H A Dast_type.cpp135 _mesa_glsl_error(loc, state,
153 _mesa_glsl_error(loc, state,
169 _mesa_glsl_error(loc, state,
305 _mesa_glsl_error(loc, state, "duplicate layout qualifiers used");
310 _mesa_glsl_error(loc, state,
333 _mesa_glsl_error(loc, state,
456 _mesa_glsl_error(loc, state, "invalid input layout qualifier used");
521 _mesa_glsl_error(loc, state, "invalid geometry shader output "
555 _mesa_glsl_error(loc, state,
563 _mesa_glsl_error(lo
[all...]
H A Dglsl_parser_extras.cpp370 _mesa_glsl_error(locp, this, "%s in %s%s",
403 _mesa_glsl_error(locp, this,
407 _mesa_glsl_error(locp, this,
412 _mesa_glsl_error(locp, this,
420 _mesa_glsl_error(locp, this,
453 _mesa_glsl_error(locp, this, "%s is not supported. "
513 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, function in typeref:typename:void
804 _mesa_glsl_error(behavior_locp, state,
823 _mesa_glsl_error(name_locp, state, "cannot %s all extensions",
861 _mesa_glsl_error(name_loc
[all...]
H A Dglsl_parser_extras.h75 extern void _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state,
128 _mesa_glsl_error(locp, this,
153 _mesa_glsl_error(locp, this, "explicit stream requires %s",
169 _mesa_glsl_error(locp, this, "%s explicit location requires %s",
185 _mesa_glsl_error(locp, this, "%s explicit location requires %s",
203 _mesa_glsl_error(locp, this,
963 * \sa _mesa_glsl_error
H A Dir_function_detect_recursion.cpp286 _mesa_glsl_error(&loc, state,
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.cpp70 #define yyerror _mesa_glsl_error
122 _mesa_glsl_error(loc, st, "%s", msg);
2728 _mesa_glsl_error(& (yylsp[-1]), state,
2801 _mesa_glsl_error(& (yylsp[0]), state,
3449 _mesa_glsl_error(&(yylsp[-2]), state, "is is not allowed on function parameter");
3512 _mesa_glsl_error(&(yylsp[-1]), state, "duplicate const qualifier");
3524 _mesa_glsl_error(&(yylsp[-1]), state, "duplicate precise qualifier");
3536 _mesa_glsl_error(&(yylsp[-1]), state, "duplicate in/out/inout qualifier");
3539 _mesa_glsl_error(&(yylsp[-1]), state, "in/out/inout must come after const "
3552 _mesa_glsl_error(
[all...]
H A Dglsl_lexer.cpp1485 _mesa_glsl_error(yylloc, yyextra, \
1506 _mesa_glsl_error(yylloc, yyextra, \
1530 _mesa_glsl_error(yylloc, yyextra, \
1544 _mesa_glsl_error(yylloc, yyextra, \
1589 _mesa_glsl_error(lloc, state,
1991 _mesa_glsl_error(yylloc, state,
2038 _mesa_glsl_error(yylloc, state,
3541 _mesa_glsl_error(yylloc, state,
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.cpp68 #define yyerror _mesa_glsl_error
119 _mesa_glsl_error(loc, st, "%s", msg);
2516 _mesa_glsl_error(& (yylsp[-1]), state,
2589 _mesa_glsl_error(& (yylsp[0]), state,
3247 _mesa_glsl_error(&(yylsp[-2]), state,
3312 _mesa_glsl_error(&(yylsp[-1]), state, "duplicate const qualifier");
3324 _mesa_glsl_error(&(yylsp[-1]), state, "duplicate precise qualifier");
3336 _mesa_glsl_error(&(yylsp[-1]), state, "duplicate in/out/inout qualifier");
3339 _mesa_glsl_error(&(yylsp[-1]), state, "in/out/inout must come after const "
3352 _mesa_glsl_error(
[all...]
H A Dglsl_lexer.cpp1464 _mesa_glsl_error(yylloc, yyextra, \
1485 _mesa_glsl_error(yylloc, yyextra, \
1507 _mesa_glsl_error(yylloc, yyextra, \
1521 _mesa_glsl_error(yylloc, yyextra, \
1566 _mesa_glsl_error(lloc, state,
3451 _mesa_glsl_error(yylloc, state,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.3.rst124 - compiler/glsl: drop rogue argument to \_mesa_glsl_error
H A D21.1.0.rst2093 - compiler/glsl: drop rogue argument to _mesa_glsl_error

Completed in 70 milliseconds