Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_cfg.cpp79 fs_bblock *cur_do = NULL, *cur_while = NULL; in fs_cfg() local
151 while_stack.push_tail(cur_while->make_list(mem_ctx)); in fs_cfg()
156 cur_while = new_block(); in fs_cfg()
181 cur->add_successor(mem_ctx, cur_while); in fs_cfg()
192 cur_while->start = (fs_inst *)inst->next; in fs_cfg()
195 set_next_block(cur_while); in fs_cfg()
199 cur_while = pop_stack(&while_stack); in fs_cfg()