Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlist.h394 exec_list_get_tail_const(const struct exec_list *list) in exec_list_get_tail_const() function
585 return exec_list_get_tail_const(this); in get_tail()
/external/mesa3d/src/intel/compiler/
Dbrw_cfg.h117 return (const struct backend_instruction *)exec_list_get_tail_const(&block->instructions); in bblock_end_const()