Lines Matching refs:locp

347  * \param locp is the parser location where the error should be reported.
352 * the GLSL version being compiled is 1.20, and check_version(130, 300, locp,
359 YYLTYPE *locp, const char *fmt, ...)
384 _mesa_glsl_error(locp, this, "%s in %s%s",
396 _mesa_glsl_parse_state::set_valid_gl_and_glsl_versions(YYLTYPE *locp)
409 if (locp) {
410 _mesa_glsl_error(locp, this, "%s is not supported. "
445 _mesa_glsl_parse_state::process_version_directive(YYLTYPE *locp, int version,
463 _mesa_glsl_error(locp, this,
467 _mesa_glsl_error(locp, this,
472 _mesa_glsl_error(locp, this,
480 _mesa_glsl_error(locp, this,
503 set_valid_gl_and_glsl_versions(locp);
512 _mesa_glsl_msg(const YYLTYPE *locp, _mesa_glsl_parse_state *state,
523 if (locp->path) {
524 ralloc_asprintf_append(&state->info_log, "\"%s\"", locp->path);
526 ralloc_asprintf_append(&state->info_log, "%u", locp->source);
529 locp->first_line, locp->first_column,
544 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state,
552 _mesa_glsl_msg(locp, state, MESA_DEBUG_TYPE_ERROR, fmt, ap);
558 _mesa_glsl_warning(const YYLTYPE *locp, _mesa_glsl_parse_state *state,
565 _mesa_glsl_msg(locp, state, MESA_DEBUG_TYPE_OTHER, fmt, ap);
1020 _mesa_ast_process_interface_block(YYLTYPE *locp,
1027 _mesa_glsl_error(locp, state,
1031 _mesa_glsl_warning(locp, state,
1037 _mesa_glsl_error(locp, state,
1041 _mesa_glsl_warning(locp, state,
1048 _mesa_glsl_error(locp, state,
1052 _mesa_glsl_error(locp, state,
1064 _mesa_glsl_error(locp, state,
1068 _mesa_glsl_error(locp, state,
1078 state->check_version(150, 300, locp, "interface blocks with "
1138 _mesa_glsl_error(locp, state,
1145 _mesa_glsl_error(locp, state,