Home
last modified time | relevance | path

Searched refs:exec_list_push_head (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlist.h444 exec_list_push_head(struct exec_list *list, struct exec_node *n) in exec_list_push_head() function
638 exec_list_push_head(this, n); in push_head()
/external/mesa3d/src/compiler/nir/
Dnir_opt_comparison_pre.c125 exec_list_push_head(&bq->reusable_blocks, &bi->node); in pop_block()
Dnir_from_ssa.c152 exec_list_push_head(&set->nodes, &node->node); in get_merge_node()
Dnir.c919 exec_list_push_head(&cursor.block->instr_list, &instr->node); in nir_instr_insert()
/external/mesa3d/src/intel/perf/
Dgen_perf_query.c471 exec_list_push_head(&perf_ctx->free_sample_buffers, &buf->link); in reap_old_sample_buffers()
578 exec_list_push_head(&perf_ctx->sample_buffers, &buf->link); in gen_perf_init_context()
/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp8648 exec_list_push_head(&top->instr_list, &move[i]->node); in brw_nir_move_interpolation_to_top()