Home
last modified time | relevance | path

Searched refs:exec_list_get_tail (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_trivial_continues.c80 &cf_node->node == exec_list_get_tail(cf_list); in lower_trivial_continues_list()
Dnir.h1596 struct exec_node *tail = exec_list_get_tail(&block->instr_list); in nir_block_last_instr()
1766 struct exec_node *tail = exec_list_get_tail(&if_stmt->then_list); in nir_if_last_then_block()
1780 struct exec_node *tail = exec_list_get_tail(&if_stmt->else_list); in nir_if_last_else_block()
1794 struct exec_node *tail = exec_list_get_tail(&loop->body); in nir_loop_last_block()
2179 exec_list_get_tail(cf_list), node); in nir_after_cf_list()
Dnir_opt_loop_unroll.c420 exec_list_get_tail(&unrolled_lp_body.list), in complex_unroll()
Dnir_clone.c535 exec_node_data(nir_block, exec_list_get_tail(cf_list), cf_node.node); in clone_block()
Dnir_serialize.c894 exec_node_data(nir_block, exec_list_get_tail(cf_list), cf_node.node); in read_block()
/external/mesa3d/src/compiler/glsl/
Dlist.h400 exec_list_get_tail(struct exec_list *list) in exec_list_get_tail() function
590 return exec_list_get_tail(this); in get_tail()
/external/mesa3d/src/intel/compiler/
Dbrw_cfg.h111 return (struct backend_instruction *)exec_list_get_tail(&block->instructions); in bblock_end()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c381 exec_list_get_tail(&brw->perfquery.sample_buffers); in reap_old_sample_buffers()
707 exec_list_get_tail(&brw->perfquery.sample_buffers); in read_oa_samples_until()
1236 obj->oa.samples_head = exec_list_get_tail(&brw->perfquery.sample_buffers); in brw_begin_perf_query()