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_comparison_pre.c85 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->blocks)) != NULL) { in block_queue_finish()
90 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks)) != NULL) { in block_queue_finish()
99 (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks); in push_block()
/external/mesa3d/src/compiler/glsl/
Dlist.h475 exec_list_pop_head(struct exec_list *list) in exec_list_pop_head() function
653 return exec_list_pop_head(this); in pop_head()
/external/mesa3d/src/intel/perf/
Dgen_perf_query.c437 struct exec_node *node = exec_list_pop_head(&perf_ctx->free_sample_buffers); in get_free_sample_buf()