Lines Matching defs:loc
46 * loc and state to report the error.
49 update_max_array_access(ir_rvalue *ir, int idx, YYLTYPE *loc,
60 check_builtin_array_max_size(var->name, idx+1, *loc, state);
107 check_builtin_array_max_size(field_name, idx+1, *loc, state);
146 YYLTYPE &loc, YYLTYPE &idx_loc)
207 _mesa_glsl_error(& loc, state, "%s index must be < %u",
210 _mesa_glsl_error(& loc, state, "%s index must be >= 0", type_name);
214 update_max_array_access(array, idx, &loc, state);
235 _mesa_glsl_error(&loc, state, "unsized array index must be constant");
246 _mesa_glsl_error(&loc, state, "Indirect access on unsized "
269 _mesa_glsl_error(&loc, state, "%s block array index must be constant",
315 _mesa_glsl_error(&loc, state,
321 _mesa_glsl_warning(&loc, state,
326 _mesa_glsl_warning(&loc, state,
343 _mesa_glsl_error(&loc, state,