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.h431 exec_list_push_head(struct exec_list *list, struct exec_node *n) in exec_list_push_head() function
610 exec_list_push_head(this, n); in push_head()
/external/mesa3d/src/compiler/nir/
Dnir_control_flow.c215 exec_list_push_head(&new_block->instr_list, &instr->node); in split_block_beginning()
Dnir_from_ssa.c136 exec_list_push_head(&set->nodes, &node->node); in get_merge_node()
Dnir.c1021 exec_list_push_head(&cursor.block->instr_list, &instr->node); in nir_instr_insert()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c395 exec_list_push_head(&brw->perfquery.free_sample_buffers, &buf->link); in reap_old_sample_buffers()
2178 exec_list_push_head(&brw->perfquery.sample_buffers, &buf->link); in brw_init_perf_query_info()
/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp6692 exec_list_push_head(&top->instr_list, &move[i]->node); in move_interpolation_to_top()