Searched refs:exec_list_pop_head (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_comparison_pre.c85 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->blocks)) != NULL) {
90 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks)) != NULL) {
99 (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks);
H A Dnir.c1193 while ((node = exec_list_pop_head(list))) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_comparison_pre.c85 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->blocks)) != NULL) {
90 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks)) != NULL) {
99 (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlist.h475 exec_list_pop_head(struct exec_list *list) function in typeref:struct:exec_node *
653 return exec_list_pop_head(this);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlist.h475 exec_list_pop_head(struct exec_list *list) function in typeref:struct:exec_node *
653 return exec_list_pop_head(this);
/xsrc/external/mit/MesaLib/dist/src/intel/perf/
H A Dintel_perf_query.c468 struct exec_node *node = exec_list_pop_head(&perf_ctx->free_sample_buffers);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_performance_query.c310 struct exec_node *node = exec_list_pop_head(&brw->perfquery.free_sample_buffers);

Completed in 19 milliseconds