Home | History | Annotate | Download | only in glsl

Lines Matching full:state

33 #define YYLEX_PARAM state->scanner
50 %parse-param {struct _mesa_glsl_parse_state *state}
213 _mesa_glsl_initialize_types(state);
224 state->es_shader = true;
229 state->language_version = $2;
232 _mesa_glsl_error(& @2, state, "Shading language version"
254 if (!_mesa_glsl_process_extension($2, & @2, $4, & @4, state)) {
267 state->translation_unit.push_tail(& $1->link);
275 state->translation_unit.push_tail(& $2->link);
286 void *ctx = state;
293 void *ctx = state;
300 void *ctx = state;
307 void *ctx = state;
314 void *ctx = state;
329 void *ctx = state;
339 void *ctx = state;
346 void *ctx = state;
352 void *ctx = state;
370 void *ctx = state;
411 void *ctx = state;
417 void *ctx = state;
424 void *ctx = state;
436 void *ctx = state;
442 void *ctx = state;
448 void *ctx = state;
466 void *ctx = state;
472 void *ctx = state;
478 void *ctx = state;
488 void *ctx = state;
494 void *ctx = state;
504 void *ctx = state;
510 void *ctx = state;
520 void *ctx = state;
526 void *ctx = state;
532 void *ctx = state;
538 void *ctx = state;
548 void *ctx = state;
554 void *ctx = state;
564 void *ctx = state;
574 void *ctx = state;
584 void *ctx = state;
594 void *ctx = state;
604 void *ctx = state;
614 void *ctx = state;
624 void *ctx = state;
634 void *ctx = state;
661 void *ctx = state;
691 _mesa_glsl_error(& @3, state, "global precision qualifier can "
725 void *ctx = state;
736 void *ctx = state;
746 void *ctx = state;
773 void *ctx = state;
784 void *ctx = state;
824 void *ctx = state;
833 void *ctx = state;
842 void *ctx = state;
851 void *ctx = state;
860 void *ctx = state;
869 void *ctx = state;
882 void *ctx = state;
884 _mesa_glsl_error(& @1, state, "empty declaration list\n");
893 void *ctx = state;
902 void *ctx = state;
911 void *ctx = state;
920 void *ctx = state;
929 void *ctx = state;
938 void *ctx = state;
947 void *ctx = state;
961 void *ctx = state;
968 void *ctx = state;
988 _mesa_glsl_error(& @3, state,
1010 if (state->ARB_fragment_coord_conventions_enable) {
1024 _mesa_glsl_error(& @1, state, "unrecognized layout identifier "
1027 } else if (state->ARB_fragment_coord_conventions_warn) {
1028 _mesa_glsl_warning(& @1, state,
1039 if (state->ARB_explicit_attrib_location_enable) {
1051 _mesa_glsl_error(& @3, state,
1062 _mesa_glsl_error(& @1, state, "unrecognized layout identifier "
1065 } else if (state->ARB_explicit_attrib_location_warn) {
1066 _mesa_glsl_warning(& @1, state,
1208 void *ctx = state;
1214 void *ctx = state;
1220 void *ctx = state;
1282 if (!state->es_shader && state->language_version < 130)
1283 _mesa_glsl_error(& @1, state,
1287 state->language_version / 100,
1288 state->language_version % 100);
1293 if (!state->es_shader && state
1294 _mesa_glsl_error(& @1, state,
1298 state->language_version / 100,
1299 state->language_version % 100);
1304 if (!state->es_shader && state->language_version < 130)
1305 _mesa_glsl_error(& @1, state,
1309 state->language_version / 100,
1310 state->language_version % 100);
1319 void *ctx = state;
1325 void *ctx = state;
1347 void *ctx = state;
1375 void *ctx = state;
1381 void *ctx = state;
1415 void *ctx = state;
1421 void *ctx = state;
1435 void *ctx = state;
1441 void *ctx = state;
1451 _mesa_glsl_error(& @1, state, "<nil> statement\n");
1461 _mesa_glsl_error(& @2, state, "<nil> statement\n");
1472 void *ctx = state;
1478 void *ctx = state;
1487 $$ = new(state) ast_selection_statement($3, $5.then_statement,
1513 void *ctx = state;
1536 void *ctx = state;
1543 void *ctx = state;
1550 void *ctx = state;
1587 void *ctx = state;
1593 void *ctx = state;
1599 void *ctx = state;
1605 void *ctx = state;
1611 void *ctx = state;
1626 void *ctx = state;