Home
last modified time | relevance | path

Searched refs:_mesa_glsl_error (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp234 _mesa_glsl_error(&loc, state, "Read from write-only variable `%s'", in _mesa_ast_to_hir()
361 _mesa_glsl_error(loc, state, in arithmetic_result_type()
373 _mesa_glsl_error(loc, state, in arithmetic_result_type()
391 _mesa_glsl_error(loc, state, in arithmetic_result_type()
434 _mesa_glsl_error(loc, state, in arithmetic_result_type()
472 _mesa_glsl_error(loc, state, in arithmetic_result_type()
482 _mesa_glsl_error(loc, state, "type mismatch"); in arithmetic_result_type()
500 _mesa_glsl_error(loc, state, in unary_arithmetic_result_type()
536 _mesa_glsl_error(loc, state, "LHS of `%s' must be an integer", in bit_logic_result_type()
541 _mesa_glsl_error(loc, state, "RHS of `%s' must be an integer", in bit_logic_result_type()
[all …]
Dast_array_index.cpp152 _mesa_glsl_error(& idx_loc, state, in _mesa_ast_array_index_to_hir()
159 _mesa_glsl_error(& idx_loc, state, "array index must be integer type"); in _mesa_ast_array_index_to_hir()
161 _mesa_glsl_error(& idx_loc, state, "array index must be scalar"); in _mesa_ast_array_index_to_hir()
207 _mesa_glsl_error(& loc, state, "%s index must be < %u", in _mesa_ast_array_index_to_hir()
210 _mesa_glsl_error(& loc, state, "%s index must be >= 0", type_name); in _mesa_ast_array_index_to_hir()
235 _mesa_glsl_error(&loc, state, "unsized array index must be constant"); in _mesa_ast_array_index_to_hir()
246 _mesa_glsl_error(&loc, state, "Indirect access on unsized " in _mesa_ast_array_index_to_hir()
269 _mesa_glsl_error(&loc, state, "%s block array index must be constant", in _mesa_ast_array_index_to_hir()
315 _mesa_glsl_error(&loc, state, in _mesa_ast_array_index_to_hir()
343 _mesa_glsl_error(&loc, state, in _mesa_ast_array_index_to_hir()
Dast_function.cpp121 _mesa_glsl_error(loc, state, in verify_image_parameter()
128 _mesa_glsl_error(loc, state, in verify_image_parameter()
135 _mesa_glsl_error(loc, state, in verify_image_parameter()
142 _mesa_glsl_error(loc, state, in verify_image_parameter()
149 _mesa_glsl_error(loc, state, in verify_image_parameter()
165 _mesa_glsl_error(loc, state, "First argument to atomic function " in verify_first_atomic_parameter()
193 _mesa_glsl_error(loc, state, "Image atomic functions should use r32i/r32ui " in verify_atomic_image_parameter_qualifier()
244 _mesa_glsl_error(&loc, state, in verify_parameter_modes()
257 _mesa_glsl_error(&loc, state, in verify_parameter_modes()
280 _mesa_glsl_error(&loc, state, in verify_parameter_modes()
[all …]
Dast_type.cpp136 _mesa_glsl_error(loc, state, in validate_prim_type()
154 _mesa_glsl_error(loc, state, in validate_vertex_spacing()
170 _mesa_glsl_error(loc, state, in validate_ordering()
306 _mesa_glsl_error(loc, state, "duplicate layout qualifiers used"); in merge_qualifier()
311 _mesa_glsl_error(loc, state, in merge_qualifier()
334 _mesa_glsl_error(loc, state, in merge_qualifier()
457 _mesa_glsl_error(loc, state, "invalid input layout qualifier used"); in merge_qualifier()
522 _mesa_glsl_error(loc, state, "invalid geometry shader output " in validate_out_qualifier()
556 _mesa_glsl_error(loc, state, in validate_out_qualifier()
564 _mesa_glsl_error(loc, state, "invalid output layout qualifiers used"); in validate_out_qualifier()
[all …]
Dglsl_parser.yy47 _mesa_glsl_error(loc, st, "%s", msg);
351 _mesa_glsl_error(& @1, state,
416 _mesa_glsl_error(& @2, state,
920 _mesa_glsl_error(&@1, state, "is is not allowed on function parameter");
969 _mesa_glsl_error(&@1, state, "duplicate const qualifier");
977 _mesa_glsl_error(&@1, state, "duplicate precise qualifier");
985 _mesa_glsl_error(&@1, state, "duplicate in/out/inout qualifier");
988 _mesa_glsl_error(&@1, state, "in/out/inout must come after const "
997 _mesa_glsl_error(&@1, state, "duplicate precision qualifier");
1001 _mesa_glsl_error(&@1, state, "precision qualifiers must come last");
[all …]
Dhir_field_selection.cpp54 _mesa_glsl_error(& loc, state, "cannot access field `%s' of " in _mesa_ast_field_selection_to_hir()
70 _mesa_glsl_error(& loc, state, "invalid swizzle / mask `%s'", in _mesa_ast_field_selection_to_hir()
74 _mesa_glsl_error(& loc, state, "cannot access field `%s' of " in _mesa_ast_field_selection_to_hir()
Dglsl_parser_extras.cpp384 _mesa_glsl_error(locp, this, "%s in %s%s", in check_version()
410 _mesa_glsl_error(locp, this, "%s is not supported. " in set_valid_gl_and_glsl_versions()
462 _mesa_glsl_error(locp, this, in process_version_directive()
466 _mesa_glsl_error(locp, this, in process_version_directive()
471 _mesa_glsl_error(locp, this, in process_version_directive()
479 _mesa_glsl_error(locp, this, in process_version_directive()
542 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_error() function
842 _mesa_glsl_error(behavior_locp, state, in _mesa_glsl_process_extension()
861 _mesa_glsl_error(name_locp, state, "cannot %s all extensions", in _mesa_glsl_process_extension()
899 _mesa_glsl_error(name_locp, state, fmt, in _mesa_glsl_process_extension()
[all …]
Dglsl_parser_extras.h77 extern void _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state,
130 _mesa_glsl_error(locp, this, in check_arrays_of_arrays_allowed()
155 _mesa_glsl_error(locp, this, "explicit stream requires %s", in check_explicit_attrib_stream_allowed()
171 _mesa_glsl_error(locp, this, "%s explicit location requires %s", in check_explicit_attrib_location_allowed()
187 _mesa_glsl_error(locp, this, "%s explicit location requires %s", in check_separate_shader_objects_allowed()
205 _mesa_glsl_error(locp, this, in check_explicit_uniform_location_allowed()
Dglsl_lexer.ll83 _mesa_glsl_error(yylloc, yyextra, \
104 _mesa_glsl_error(yylloc, yyextra, \
128 _mesa_glsl_error(yylloc, yyextra, \
142 _mesa_glsl_error(yylloc, yyextra, \
187 _mesa_glsl_error(lloc, state,
244 _mesa_glsl_error(yylloc, state,
277 _mesa_glsl_error(yylloc, state,
745 _mesa_glsl_error(yylloc, state,
Dir_function_detect_recursion.cpp286 _mesa_glsl_error(&loc, state, in emit_errors_unlinked()
/third_party/mesa3d/docs/relnotes/
D21.0.3.rst124 - compiler/glsl: drop rogue argument to \_mesa_glsl_error
D21.1.0.rst2093 - compiler/glsl: drop rogue argument to _mesa_glsl_error