Home
last modified time | relevance | path

Searched refs:get_tail_raw (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dlist.h313 const exec_node *get_tail_raw() const;
314 exec_node *get_tail_raw();
621 inline const exec_node *exec_list::get_tail_raw() const in get_tail_raw() function in exec_list
626 inline exec_node *exec_list::get_tail_raw() in get_tail_raw() function in exec_list
H A Dast.h367 return this->array_dimensions.get_tail_raw()->prev != NULL && in is_single_dimension()
368 this->array_dimensions.get_tail_raw()->prev->is_head_sentinel(); in is_single_dimension()
H A Dast_to_hir.cpp2152 * instructions->get_tail_raw() will point to the last instruction in in do_hir()
2164 if (previous_tail == instructions->get_tail_raw()) { in do_hir()
2173 * here, so using get_tail_raw() is fine. in do_hir()
2175 previous_tail = instructions->get_tail_raw(); in do_hir()
2404 for (exec_node *node = array_specifier->array_dimensions.get_tail_raw(); in process_array_type()

Completed in 14 milliseconds