Searched refs:loop_nesting_ast (Results 1 – 3 of 3) sorted by relevance
162 class ast_iteration_statement *loop_nesting_ast; member
3425 state->loop_nesting_ast == NULL) { in hir()3431 state->loop_nesting_ast == NULL && in hir()3443 if (state->loop_nesting_ast != NULL && in hir()3445 state->loop_nesting_ast->rest_expression) { in hir()3446 state->loop_nesting_ast->rest_expression->hir(instructions, in hir()3830 ast_iteration_statement *nesting_ast = state->loop_nesting_ast; in hir()3832 state->loop_nesting_ast = this; in hir()3856 state->loop_nesting_ast = nesting_ast; in hir()
55 this->loop_nesting_ast = NULL; in _mesa_glsl_parse_state()