Home
last modified time | relevance | path

Searched refs:exec_list_get_tail (Results 1 – 10 of 10) 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.h2833 struct exec_node *tail = exec_list_get_tail(&block->instr_list); in nir_block_last_instr()
3130 struct exec_node *tail = exec_list_get_tail(&if_stmt->then_list); in nir_if_last_then_block()
3144 struct exec_node *tail = exec_list_get_tail(&if_stmt->else_list); in nir_if_last_else_block()
3158 struct exec_node *tail = exec_list_get_tail(&loop->body); in nir_loop_last_block()
3882 exec_list_get_tail(cf_list), node); in nir_after_cf_list()
Dnir_opt_loop_unroll.c281 exec_list_get_tail(&unrolled_lp_body.list), in complex_unroll_loop_body()
Dnir_clone.c543 exec_node_data(nir_block, exec_list_get_tail(cf_list), cf_node.node); in clone_block()
Dnir_opt_if.c244 exec_list_get_tail(continue_list), in opt_peel_loop_initial_if()
Dnir_serialize.c1806 exec_node_data(nir_block, exec_list_get_tail(cf_list), cf_node.node); in read_block()
/external/mesa3d/src/intel/compiler/
Dbrw_cfg.h139 return (struct backend_instruction *)exec_list_get_tail(&block->instructions); in bblock_end()
347 return (struct bblock_t *)exec_list_get_tail(&cfg->block_list); in cfg_last_block()
/external/mesa3d/src/compiler/glsl/
Dlist.h413 exec_list_get_tail(struct exec_list *list) in exec_list_get_tail() function
618 return exec_list_get_tail(this); in get_tail()
/external/mesa3d/src/intel/perf/
Dgen_perf_query.c457 exec_list_get_tail(&perf_ctx->sample_buffers); in reap_old_sample_buffers()
817 query->oa.samples_head = exec_list_get_tail(&perf_ctx->sample_buffers); in gen_perf_begin_query()
923 exec_list_get_tail(&perf_ctx->sample_buffers); in read_oa_samples_until()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c993 exec_node_data(nir_cf_node, exec_list_get_tail(list), node); in loop_last_block()