Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_fs_cfg.cpp59 successor->parents.push_tail(this->make_list(mem_ctx)); in add_successor()
60 children.push_tail(successor->make_list(mem_ctx)); in add_successor()
64 fs_bblock::make_list(void *mem_ctx) in make_list() function in fs_bblock
100 if_stack.push_tail(cur_if->make_list(mem_ctx)); in fs_cfg()
101 else_stack.push_tail(cur_else->make_list(mem_ctx)); in fs_cfg()
102 endif_stack.push_tail(cur_endif->make_list(mem_ctx)); in fs_cfg()
150 do_stack.push_tail(cur_do->make_list(mem_ctx)); in fs_cfg()
151 while_stack.push_tail(cur_while->make_list(mem_ctx)); in fs_cfg()
235 block_list.push_tail(block->make_list(mem_ctx)); in set_next_block()
Dbrw_fs_cfg.h52 fs_bblock_link *make_list(void *mem_ctx);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_cfg.cpp59 successor->parents.push_tail(this->make_list(mem_ctx)); in add_successor()
60 children.push_tail(successor->make_list(mem_ctx)); in add_successor()
64 fs_bblock::make_list(void *mem_ctx) in make_list() function in fs_bblock
100 if_stack.push_tail(cur_if->make_list(mem_ctx)); in fs_cfg()
101 else_stack.push_tail(cur_else->make_list(mem_ctx)); in fs_cfg()
102 endif_stack.push_tail(cur_endif->make_list(mem_ctx)); in fs_cfg()
150 do_stack.push_tail(cur_do->make_list(mem_ctx)); in fs_cfg()
151 while_stack.push_tail(cur_while->make_list(mem_ctx)); in fs_cfg()
235 block_list.push_tail(block->make_list(mem_ctx)); in set_next_block()
Dbrw_fs_cfg.h52 fs_bblock_link *make_list(void *mem_ctx);
/external/mesa3d/src/mesa/main/
Ddlist.c572 make_list(GLuint name, GLuint count) in make_list() function
9004 make_list(base + i, 1)); in _mesa_GenLists()
9053 ctx->ListState.CurrentList = make_list(name, BLOCK_SIZE); in _mesa_NewList()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Ddlist.c572 make_list(GLuint name, GLuint count) in make_list() function
9004 make_list(base + i, 1)); in _mesa_GenLists()
9053 ctx->ListState.CurrentList = make_list(name, BLOCK_SIZE); in _mesa_NewList()