Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/tests/
Dopt_add_neg_to_sub_test.cpp83 ir_instruction *const ir = (ir_instruction *) instructions.pop_head(); in TEST_F()
116 ir_instruction *const ir = (ir_instruction *) instructions.pop_head(); in TEST_F()
149 ir_instruction *const ir = (ir_instruction *) instructions.pop_head(); in TEST_F()
182 ir_instruction *const ir = (ir_instruction *) instructions.pop_head(); in TEST_F()
Dlower_int64_test.cpp150 ir = (ir_instruction *) instructions->pop_head(); in check_instructions()
160 ir = (ir_instruction *) instructions->pop_head(); in check_instructions()
169 ir = (ir_instruction *) instructions->pop_head(); in check_instructions()
175 ir = (ir_instruction *) instructions->pop_head(); in check_instructions()
428 ir = (ir_instruction *) instructions.pop_head(); in TEST_F()
435 ir = (ir_instruction *) instructions.pop_head(); in TEST_F()
/external/mesa3d/src/compiler/glsl/
Dir_function_detect_recursion.cpp257 struct call_node *n = (struct call_node *) f->callers.pop_head(); in remove_unlinked_functions()
262 struct call_node *n = (struct call_node *) f->callees.pop_head(); in remove_unlinked_functions()
Dir_variable_refcount.cpp52 while ((n = ivre->assign_list.pop_head()) != NULL) { in free_entry()
Dlist.h324 exec_node *pop_head();
623 inline exec_node *exec_list::pop_head() in pop_head() function
Dopt_copy_propagation_elements.cpp520 while ((ref = (acp_ref *) rhs_list->pop_head()) != NULL) { in kill()
Dloop_analysis.cpp455 (loop_variable_state *) this->state.pop_head(); in visit_leave()
/external/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp1435 while ((p = program->pop_head())) { in free()