Lines Matching refs:state
33 struct _mesa_glsl_parse_state *state)
35 void *ctx = state;
39 op = expr->subexpressions[0]->hir(instructions, state);
61 _mesa_glsl_error(& loc, state, "Invalid swizzle / mask `%s'",
69 _mesa_glsl_error(& loc, state, "Cannot access field `%s' of "
75 if (state->language_version < 120)
76 _mesa_glsl_error(&loc, state, "Methods not supported in GLSL 1.10.");
86 _mesa_glsl_error(&loc, state, "length method takes no arguments.");
89 _mesa_glsl_error(&loc, state, "length called on unsized array.");
93 _mesa_glsl_error(&loc, state, "Unknown method: `%s'.", method);
96 _mesa_glsl_error(& loc, state, "Cannot access field `%s' of "