Home | History | Annotate | Download | only in glsl

Lines Matching refs:_mesa_glsl_parse_state

40 _mesa_glsl_parse_state::_mesa_glsl_parse_state(struct gl_context *_ctx,
134 _mesa_glsl_msg(const YYLTYPE *locp, _mesa_glsl_parse_state *state,
161 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state,
176 _mesa_glsl_warning(const YYLTYPE *locp, _mesa_glsl_parse_state *state,
242 * Flag in the _mesa_glsl_parse_state struct that should be set
248 bool _mesa_glsl_parse_state::* enable_flag;
251 * Flag in the _mesa_glsl_parse_state struct that should be set
257 bool _mesa_glsl_parse_state::* warn_flag;
260 bool compatible_with_state(const _mesa_glsl_parse_state *state) const;
261 void set_flags(_mesa_glsl_parse_state *state, ext_behavior behavior) const;
266 &_mesa_glsl_parse_state::NAME##_enable, \
267 &_mesa_glsl_parse_state::NAME##_warn }
301 bool _mesa_glsl_extension::compatible_with_state(const _mesa_glsl_parse_state *
351 void _mesa_glsl_extension::set_flags(_mesa_glsl_parse_state *state,
380 _mesa_glsl_parse_state *state)