Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dlist.h285 struct exec_node *tail_pred; member
316 tail_pred = (exec_node *) & head; in make_empty()
346 return !is_empty() ? tail_pred : NULL; in get_tail()
351 return !is_empty() ? tail_pred : NULL; in get_tail()
366 n->prev = tail_pred; in push_tail()
369 tail_pred = n; in push_tail()
409 target->tail_pred = tail_pred; in move_nodes_to()
412 target->tail_pred->next = (exec_node *) &target->tail; in move_nodes_to()
429 this->tail_pred->next = source->head; in append_list()
430 source->head->prev = this->tail_pred; in append_list()
[all …]
Dast_to_hir.cpp1762 if (previous_tail_pred == instructions->tail_pred) { in hir()
1773 previous_tail_pred = instructions->tail_pred; in hir()