Home
last modified time | relevance | path

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

/third_party/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()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_comparison_pre.c123 exec_list_push_head(&bq->reusable_blocks, &bi->node); in pop_block()
Dnir_from_ssa.c169 exec_list_push_head(&set->nodes, &node->node); in get_merge_node()
Dnir.c1049 exec_list_push_head(&cursor.block->instr_list, &instr->node); in nir_instr_insert()
/third_party/mesa3d/src/intel/perf/
Dintel_perf_query.c502 exec_list_push_head(&perf_ctx->free_sample_buffers, &buf->link); in reap_old_sample_buffers()
622 exec_list_push_head(&perf_ctx->sample_buffers, &buf->link); in intel_perf_init_context()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.cpp9573 exec_list_push_head(&top->instr_list, &move[i]->node); in brw_nir_move_interpolation_to_top()