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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dhir_field_selection.cpp61 _mesa_glsl_error(& loc, state, "Invalid swizzle / mask `%s'",
69 _mesa_glsl_error(& loc, state, "Cannot access field `%s' of "
76 _mesa_glsl_error(&loc, state, "Methods not supported in GLSL 1.10.");
86 _mesa_glsl_error(&loc, state, "length method takes no arguments.");
89 _mesa_glsl_error(&loc, state, "length called on unsized array.");
93 _mesa_glsl_error(&loc, state, "Unknown method: `%s'.", method);
96 _mesa_glsl_error(& loc, state, "Cannot access field `%s' of "
H A Dast_to_hir.cpp179 _mesa_glsl_error(loc, state,
191 _mesa_glsl_error(loc, state,
209 _mesa_glsl_error(loc, state,
252 _mesa_glsl_error(loc, state,
345 _mesa_glsl_error(loc, state, "size mismatch for matrix multiplication");
352 _mesa_glsl_error(loc, state, "type mismatch");
370 _mesa_glsl_error(loc, state,
394 _mesa_glsl_error(loc, state, "bit operations require GLSL 1.30");
405 _mesa_glsl_error(loc, state, "LHS of `%s' must be an integer",
410 _mesa_glsl_error(lo
[all...]
H A Dast_function.cpp128 _mesa_glsl_error(&loc, state,
148 _mesa_glsl_error(&loc, state,
160 _mesa_glsl_error(&loc, state,
167 _mesa_glsl_error(&loc, state,
401 _mesa_glsl_error(loc, state, "no matching function for call to `%s'", str);
417 _mesa_glsl_error(loc, state, "%s%s", prefix, str);
591 _mesa_glsl_error(loc, state, "array constructor must have %s %u "
631 _mesa_glsl_error(loc, state, "type error in array constructor: "
1229 _mesa_glsl_error(& loc, state, "unknown type `%s' (structure name "
1239 _mesa_glsl_error(
[all...]
H A Dast_type.cpp98 _mesa_glsl_error(loc, state,
H A Dglsl_parser_extras.cpp161 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, function
392 _mesa_glsl_error(behavior_locp, state,
400 _mesa_glsl_error(name_locp, state, "Cannot %s all extensions",
422 _mesa_glsl_error(name_locp, state, fmt,
H A Dglsl_parser_extras.h247 extern void _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state,
253 * \sa _mesa_glsl_error
H A Dir_function_detect_recursion.cpp300 _mesa_glsl_error(&loc, state,
/external/mesa3d/src/glsl/
H A Dhir_field_selection.cpp61 _mesa_glsl_error(& loc, state, "Invalid swizzle / mask `%s'",
69 _mesa_glsl_error(& loc, state, "Cannot access field `%s' of "
76 _mesa_glsl_error(&loc, state, "Methods not supported in GLSL 1.10.");
86 _mesa_glsl_error(&loc, state, "length method takes no arguments.");
89 _mesa_glsl_error(&loc, state, "length called on unsized array.");
93 _mesa_glsl_error(&loc, state, "Unknown method: `%s'.", method);
96 _mesa_glsl_error(& loc, state, "Cannot access field `%s' of "
H A Dast_to_hir.cpp179 _mesa_glsl_error(loc, state,
191 _mesa_glsl_error(loc, state,
209 _mesa_glsl_error(loc, state,
252 _mesa_glsl_error(loc, state,
345 _mesa_glsl_error(loc, state, "size mismatch for matrix multiplication");
352 _mesa_glsl_error(loc, state, "type mismatch");
370 _mesa_glsl_error(loc, state,
394 _mesa_glsl_error(loc, state, "bit operations require GLSL 1.30");
405 _mesa_glsl_error(loc, state, "LHS of `%s' must be an integer",
410 _mesa_glsl_error(lo
[all...]
H A Dast_function.cpp128 _mesa_glsl_error(&loc, state,
148 _mesa_glsl_error(&loc, state,
160 _mesa_glsl_error(&loc, state,
167 _mesa_glsl_error(&loc, state,
401 _mesa_glsl_error(loc, state, "no matching function for call to `%s'", str);
417 _mesa_glsl_error(loc, state, "%s%s", prefix, str);
591 _mesa_glsl_error(loc, state, "array constructor must have %s %u "
631 _mesa_glsl_error(loc, state, "type error in array constructor: "
1229 _mesa_glsl_error(& loc, state, "unknown type `%s' (structure name "
1239 _mesa_glsl_error(
[all...]
H A Dast_type.cpp98 _mesa_glsl_error(loc, state,
H A Dglsl_parser_extras.cpp161 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, function
392 _mesa_glsl_error(behavior_locp, state,
400 _mesa_glsl_error(name_locp, state, "Cannot %s all extensions",
422 _mesa_glsl_error(name_locp, state, fmt,
H A Dglsl_parser_extras.h247 extern void _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state,
253 * \sa _mesa_glsl_error
H A Dir_function_detect_recursion.cpp300 _mesa_glsl_error(&loc, state,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.cc67 #define yyerror _mesa_glsl_error
117 _mesa_glsl_error(loc, st, "%s", msg);
3072 _mesa_glsl_error(& (yylsp[(2) - (3)]), state, "%s is not supported. "
4270 _mesa_glsl_error(& (yylsp[(1) - (1)]), state, "unrecognized layout identifier "
4294 _mesa_glsl_error(& (yylsp[(3) - (3)]), state,
4306 _mesa_glsl_error(& (yylsp[(3) - (3)]), state,
4317 _mesa_glsl_error(& (yylsp[(1) - (3)]), state, "unrecognized layout identifier "
4336 _mesa_glsl_error(& (yylsp[(1) - (1)]), state,
5028 _mesa_glsl_error(& (yylsp[(1) - (1)]), state,
5044 _mesa_glsl_error(
[all...]
H A Dglsl_lexer.cc1082 _mesa_glsl_error(yylloc, yyextra, \
1124 _mesa_glsl_error(lloc, state,

Completed in 305 milliseconds