Home
last modified time | relevance | path

Searched refs:exec_list_pop_head (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_dce.c49 struct exec_node *node = exec_list_pop_head(worklist); in worklist_pop()
/external/mesa3d/src/compiler/glsl/
Dlist.h462 exec_list_pop_head(struct exec_list *list) in exec_list_pop_head() function
625 return exec_list_pop_head(this); in pop_head()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c361 struct exec_node *node = exec_list_pop_head(&brw->perfquery.free_sample_buffers); in get_free_sample_buf()