/external/mesa3d/src/glsl/ |
D | ast_to_hir.cpp | 168 _mesa_glsl_error(loc, state, in arithmetic_result_type() 180 _mesa_glsl_error(loc, state, in arithmetic_result_type() 198 _mesa_glsl_error(loc, state, in arithmetic_result_type() 241 _mesa_glsl_error(loc, state, in arithmetic_result_type() 334 _mesa_glsl_error(loc, state, "size mismatch for matrix multiplication"); in arithmetic_result_type() 341 _mesa_glsl_error(loc, state, "type mismatch"); in arithmetic_result_type() 359 _mesa_glsl_error(loc, state, in unary_arithmetic_result_type() 383 _mesa_glsl_error(loc, state, "bit operations require GLSL 1.30"); in bit_logic_result_type() 394 _mesa_glsl_error(loc, state, "LHS of `%s' must be an integer", in bit_logic_result_type() 399 _mesa_glsl_error(loc, state, "RHS of `%s' must be an integer", in bit_logic_result_type() [all …]
|
D | hir_field_selection.cpp | 61 _mesa_glsl_error(& loc, state, "Invalid swizzle / mask `%s'", in _mesa_ast_field_selection_to_hir() 69 _mesa_glsl_error(& loc, state, "Cannot access field `%s' of " in _mesa_ast_field_selection_to_hir() 76 _mesa_glsl_error(&loc, state, "Methods not supported in GLSL 1.10."); in _mesa_ast_field_selection_to_hir() 86 _mesa_glsl_error(&loc, state, "length method takes no arguments."); in _mesa_ast_field_selection_to_hir() 89 _mesa_glsl_error(&loc, state, "length called on unsized array."); in _mesa_ast_field_selection_to_hir() 93 _mesa_glsl_error(&loc, state, "Unknown method: `%s'.", method); in _mesa_ast_field_selection_to_hir() 96 _mesa_glsl_error(& loc, state, "Cannot access field `%s' of " in _mesa_ast_field_selection_to_hir()
|
D | ast_function.cpp | 152 _mesa_glsl_error(loc, state, "`%s' parameter is not lvalue", in match_function_by_name() 196 _mesa_glsl_error(loc, state, "no matching function for call to `%s'", in match_function_by_name() 213 _mesa_glsl_error(loc, state, "%s%s\n", prefix, str); in match_function_by_name() 370 _mesa_glsl_error(loc, state, "array constructor must have %s %u " in process_array_constructor() 402 _mesa_glsl_error(loc, state, "type error in array constructor: " in process_array_constructor() 1000 _mesa_glsl_error(& loc, state, "cannot construct sampler type `%s'", in hir() 1007 _mesa_glsl_error(& loc, state, in hir() 1050 _mesa_glsl_error(& loc, state, "too many parameters to `%s' " in hir() 1057 _mesa_glsl_error(& loc, state, "cannot construct `%s' from a " in hir() 1082 _mesa_glsl_error(& loc, state, "cannot construct `%s' from a " in hir() [all …]
|
D | glsl_parser.ypp | 232 _mesa_glsl_error(& @2, state, "Shading language version" 691 _mesa_glsl_error(& @3, state, "global precision qualifier can " 884 _mesa_glsl_error(& @1, state, "empty declaration list\n"); 988 _mesa_glsl_error(& @3, state, 1024 _mesa_glsl_error(& @1, state, "unrecognized layout identifier " 1051 _mesa_glsl_error(& @3, state, 1062 _mesa_glsl_error(& @1, state, "unrecognized layout identifier " 1283 _mesa_glsl_error(& @1, state, 1294 _mesa_glsl_error(& @1, state, 1305 _mesa_glsl_error(& @1, state, [all …]
|
D | glsl_parser_extras.cpp | 99 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_error() function 159 _mesa_glsl_error(behavior_locp, state, in _mesa_glsl_process_extension() 169 _mesa_glsl_error(name_locp, state, "Cannot %s all extensions", in _mesa_glsl_process_extension() 221 _mesa_glsl_error(name_locp, state, fmt, in _mesa_glsl_process_extension()
|
D | glsl_parser.cpp | 68 #define yyerror _mesa_glsl_error 2843 _mesa_glsl_error(& (yylsp[(2) - (3)]), state, "Shading language version" 3499 _mesa_glsl_error(& (yylsp[(3) - (4)]), state, "global precision qualifier can " 3756 _mesa_glsl_error(& (yylsp[(1) - (1)]), state, "empty declaration list\n"); 3905 _mesa_glsl_error(& (yylsp[(3) - (3)]), state, 3943 _mesa_glsl_error(& (yylsp[(1) - (1)]), state, "unrecognized layout identifier " 3975 _mesa_glsl_error(& (yylsp[(3) - (3)]), state, 3986 _mesa_glsl_error(& (yylsp[(1) - (3)]), state, "unrecognized layout identifier " 4607 _mesa_glsl_error(& (yylsp[(1) - (1)]), state, 4624 _mesa_glsl_error(& (yylsp[(1) - (1)]), state, [all …]
|
D | glsl_parser_extras.h | 176 extern void _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state,
|
D | glsl_lexer.lpp | 60 _mesa_glsl_error(yylloc, yyextra, \
|
D | glsl_lexer.cpp | 1039 _mesa_glsl_error(yylloc, yyextra, \
|