Home
last modified time | relevance | path

Searched refs:loop_nesting_ast (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/glsl/
Dglsl_parser_extras.h162 class ast_iteration_statement *loop_nesting_ast; member
Dast_to_hir.cpp3425 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()
Dglsl_parser_extras.cpp55 this->loop_nesting_ast = NULL; in _mesa_glsl_parse_state()