Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_trivial_continues.c80 &cf_node->node == exec_list_get_tail(cf_list); in lower_trivial_continues_list()
Dnir.h2939 struct exec_node *tail = exec_list_get_tail(&block->instr_list); in nir_block_last_instr()
3292 struct exec_node *tail = exec_list_get_tail(&if_stmt->then_list); in nir_if_last_then_block()
3306 struct exec_node *tail = exec_list_get_tail(&if_stmt->else_list); in nir_if_last_else_block()
3320 struct exec_node *tail = exec_list_get_tail(&loop->body); in nir_loop_last_block()
4167 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.c533 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.c1794 exec_node_data(nir_block, exec_list_get_tail(cf_list), cf_node.node); in read_block()
/third_party/mesa3d/src/intel/compiler/
Dbrw_cfg.h144 return (struct backend_instruction *)exec_list_get_tail(&block->instructions); in bblock_end()
358 return (struct bblock_t *)exec_list_get_tail(&cfg->block_list); in cfg_last_block()
/third_party/mesa3d/src/intel/perf/
Dintel_perf_query.c488 exec_list_get_tail(&perf_ctx->sample_buffers); in reap_old_sample_buffers()
879 query->oa.samples_head = exec_list_get_tail(&perf_ctx->sample_buffers); in intel_perf_begin_query()
1007 exec_list_get_tail(&perf_ctx->sample_buffers); in read_oa_samples_until()
/third_party/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()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c1001 exec_node_data(nir_cf_node, exec_list_get_tail(list), node); in loop_last_block()
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c935 exec_node_insert_list_after(exec_list_get_tail(&nir->variables), &inline_samplers_list); in clc_spirv_to_dxil()