Lines Matching refs:locp
359 YYLTYPE *locp, const char *fmt, ...) in check_version() argument
384 _mesa_glsl_error(locp, this, "%s in %s%s", in check_version()
396 _mesa_glsl_parse_state::set_valid_gl_and_glsl_versions(YYLTYPE *locp) in set_valid_gl_and_glsl_versions() argument
409 if (locp) { in set_valid_gl_and_glsl_versions()
410 _mesa_glsl_error(locp, this, "%s is not supported. " in set_valid_gl_and_glsl_versions()
445 _mesa_glsl_parse_state::process_version_directive(YYLTYPE *locp, int version, in process_version_directive() argument
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()
501 set_valid_gl_and_glsl_versions(locp); in process_version_directive()
510 _mesa_glsl_msg(const YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_msg() argument
521 if (locp->path) { in _mesa_glsl_msg()
522 ralloc_asprintf_append(&state->info_log, "\"%s\"", locp->path); in _mesa_glsl_msg()
524 ralloc_asprintf_append(&state->info_log, "%u", locp->source); in _mesa_glsl_msg()
527 locp->first_line, locp->first_column, in _mesa_glsl_msg()
542 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_error() argument
550 _mesa_glsl_msg(locp, state, MESA_DEBUG_TYPE_ERROR, fmt, ap); in _mesa_glsl_error()
556 _mesa_glsl_warning(const YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_warning() argument
563 _mesa_glsl_msg(locp, state, MESA_DEBUG_TYPE_OTHER, fmt, ap); in _mesa_glsl_warning()
1012 _mesa_ast_process_interface_block(YYLTYPE *locp, in _mesa_ast_process_interface_block() argument
1019 _mesa_glsl_error(locp, state, in _mesa_ast_process_interface_block()
1023 _mesa_glsl_warning(locp, state, in _mesa_ast_process_interface_block()
1029 _mesa_glsl_error(locp, state, in _mesa_ast_process_interface_block()
1033 _mesa_glsl_warning(locp, state, in _mesa_ast_process_interface_block()
1040 _mesa_glsl_error(locp, state, in _mesa_ast_process_interface_block()
1044 _mesa_glsl_error(locp, state, in _mesa_ast_process_interface_block()
1056 _mesa_glsl_error(locp, state, in _mesa_ast_process_interface_block()
1060 _mesa_glsl_error(locp, state, in _mesa_ast_process_interface_block()
1070 state->check_version(150, 300, locp, "interface blocks with " in _mesa_ast_process_interface_block()
1130 _mesa_glsl_error(locp, state, in _mesa_ast_process_interface_block()
1137 _mesa_glsl_error(locp, state, in _mesa_ast_process_interface_block()