Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlist.h137 exec_node_get_prev_const(const struct exec_node *n) in exec_node_get_prev_const() function
219 return exec_node_get_prev_const(this); in get_prev()
/external/mesa3d/src/compiler/nir/
Dnir.h786 return exec_node_is_head_sentinel(exec_node_get_prev_const(&instr->node)); in nir_instr_is_first()