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/
H A Dnir_opt_trivial_continues.c80 &cf_node->node == exec_list_get_tail(cf_list); in lower_trivial_continues_list()
H A Dnir.h2750 struct exec_node *tail = exec_list_get_tail(&block->instr_list);
3110 struct exec_node *tail = exec_list_get_tail(&if_stmt->then_list);
3124 struct exec_node *tail = exec_list_get_tail(&if_stmt->else_list);
3138 struct exec_node *tail = exec_list_get_tail(&loop->body);
4047 exec_list_get_tail(cf_list), node);
H A Dnir_opt_loop_unroll.c281 exec_list_get_tail(&unrolled_lp_body.list), in complex_unroll_loop_body()
H A Dnir_clone.c547 exec_node_data(nir_block, exec_list_get_tail(cf_list), cf_node.node); in clone_block()
H A Dnir_opt_if.c245 exec_list_get_tail(continue_list), in opt_peel_loop_initial_if()
H A Dnir_serialize.c1851 exec_node_data(nir_block, exec_list_get_tail(cf_list), cf_node.node); in read_block()
/third_party/mesa3d/src/intel/compiler/
H A 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/
H A Dintel_perf_query.c483 exec_list_get_tail(&perf_ctx->sample_buffers); in reap_old_sample_buffers()
875 query->oa.samples_head = exec_list_get_tail(&perf_ctx->sample_buffers); in intel_perf_begin_query()
1003 exec_list_get_tail(&perf_ctx->sample_buffers); in read_oa_samples_until()
/third_party/mesa3d/src/compiler/glsl/
H A 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/microsoft/clc/
H A Dclc_compiler.c882 exec_node_insert_list_after(exec_list_get_tail(&nir->variables), &inline_samplers_list); in clc_spirv_to_dxil()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c1004 exec_node_data(nir_cf_node, exec_list_get_tail(list), node); in loop_last_block()

Completed in 30 milliseconds