Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlist.h125 exec_node_get_next_const(const struct exec_node *n) in exec_node_get_next_const() function
209 return exec_node_get_next_const(this); in get_next()
/external/mesa3d/src/compiler/nir/
Dnir.h792 return exec_node_is_tail_sentinel(exec_node_get_next_const(&instr->node)); in nir_instr_is_last()