Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_cfg.cpp78 fs_bblock *cur_if = NULL, *cur_else = NULL, *cur_endif = NULL; in fs_cfg() local
102 endif_stack.push_tail(cur_endif->make_list(mem_ctx)); in fs_cfg()
109 cur_endif = new_block(); in fs_cfg()
122 cur->add_successor(mem_ctx, cur_endif); in fs_cfg()
133 cur_endif->start = (fs_inst *)inst->next; in fs_cfg()
134 cur->add_successor(mem_ctx, cur_endif); in fs_cfg()
135 set_next_block(cur_endif); in fs_cfg()
138 cur_if->add_successor(mem_ctx, cur_endif); in fs_cfg()
143 cur_endif = pop_stack(&endif_stack); in fs_cfg()