Home
last modified time | relevance | path

Searched refs:exec_node_data (Results 1 – 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/intel/compiler/
Dbrw_disasm_info.c51 exec_node_data(struct inst_group, next_node, link); in dump_assembly()
140 group = exec_node_data(struct inst_group, in disasm_annotate()
181 exec_node_data(struct inst_group, next_node, link); in disasm_insert_error()
/third_party/mesa3d/src/compiler/nir/
Dnir_from_ssa.c200 merge_node *a_node = exec_node_data(merge_node, an, node); in merge_merge_sets()
201 merge_node *b_node = exec_node_data(merge_node, bn, node); in merge_merge_sets()
208 exec_node_data(merge_node, bn, node)->set = a; in merge_merge_sets()
247 current = exec_node_data(merge_node, bn, node); in merge_sets_interfere()
250 current = exec_node_data(merge_node, an, node); in merge_sets_interfere()
253 merge_node *a_node = exec_node_data(merge_node, an, node); in merge_sets_interfere()
254 merge_node *b_node = exec_node_data(merge_node, bn, node); in merge_sets_interfere()
606 nir_dest *dest = exec_node_data(nir_dest, def, ssa); in rewrite_ssa_def()
Dnir.h160 return exec_node_data(out_type, parent, field); \
900 return exec_node_data(nir_instr, next, node); in nir_instr_next()
910 return exec_node_data(nir_instr, prev, node); in nir_instr_prev()
2744 return exec_node_data(nir_instr, head, node); in nir_block_first_instr()
2751 return exec_node_data(nir_instr, tail, node); in nir_block_last_instr()
3066 return exec_node_data(nir_cf_node, next, node); in nir_cf_node_next()
3076 return exec_node_data(nir_cf_node, prev, node); in nir_cf_node_prev()
3104 return nir_cf_node_as_block(exec_node_data(nir_cf_node, head, node)); in NIR_DEFINE_CAST()
3111 return nir_cf_node_as_block(exec_node_data(nir_cf_node, tail, node)); in nir_if_last_then_block()
3118 return nir_cf_node_as_block(exec_node_data(nir_cf_node, head, node)); in nir_if_first_else_block()
[all …]
Dnir_lower_io_to_temporaries.c56 nir_variable *dest = exec_node_data(nir_variable, dest_node, node); in emit_copies()
57 nir_variable *src = exec_node_data(nir_variable, src_node, node); in emit_copies()
Dnir_move_vec_src_uses_to_dest.c144 nir_alu_src *use_alu_src = exec_node_data(nir_alu_src, use, src); in move_vec_src_uses_to_dest_block()
Dnir_repair_ssa.c61 return exec_node_data(nir_phi_src, src, src)->pred; in get_src_block()
Dnir_phi_builder.c281 nir_phi_instr *phi = exec_node_data(nir_phi_instr, head, instr.node); in nir_phi_builder_finish()
Dnir_liveness.c285 nir_instr *instr = exec_node_data(nir_instr, node, node); in search_for_use_after_instr()
Dnir_opt_dead_cf.c334 cur = exec_node_data(nir_cf_node, exec_list_get_head(list), in dead_cf_list()
Dnir_lower_regs_to_ssa.c55 nir_phi_src *phi_src = exec_node_data(nir_phi_src, src, src); in rewrite_src()
Dnir_lower_vec_to_movs.c150 nir_alu_src *alu_src = exec_node_data(nir_alu_src, src, src); in try_coalesce()
Dnir_opt_gcm.c842 nir_instr *instr = exec_node_data(nir_instr, in opt_gcm_impl()
Dnir_opt_loop_unroll.c280 unroll_loc = exec_node_data(nir_cf_node, in complex_unroll_loop_body()
Dnir_lower_shader_calls.c256 nir_phi_src *phi_src = exec_node_data(nir_phi_src, src, src); in rewrite_instr_src_from_phi_builder()
Dnir_clone.c547 exec_node_data(nir_block, exec_list_get_tail(cf_list), cf_node.node); in clone_block()
Dnir_lower_goto_ifs.c958 exec_node_data(nir_cf_node, exec_list_get_head(&cf_list.list), node); in nir_lower_goto_ifs_impl()
/third_party/mesa3d/src/intel/perf/
Dintel_perf_query.c467 buf = exec_node_data(struct oa_sample_buf, node, link); in get_free_sample_buf()
485 exec_node_data(struct oa_sample_buf, tail_node, link); in reap_old_sample_buffers()
878 exec_node_data(struct oa_sample_buf, query->oa.samples_head, link); in intel_perf_begin_query()
1005 exec_node_data(struct oa_sample_buf, tail_node, link); in read_oa_samples_until()
1208 exec_node_data(struct oa_sample_buf, query->oa.samples_head, link); in drop_from_unaccumulated_query_list()
/third_party/mesa3d/src/intel/common/
Dintel_disasm.c94 exec_node_data(struct inst_group, next_node, link); in intel_disassemble()
/third_party/mesa3d/src/compiler/glsl/
Dopt_dead_code.cpp102 exec_node_data(struct assignment_entry, in do_dead_code()
Dir_variable_refcount.cpp53 exec_node_data(struct assignment_entry, n, link); in free_entry()
Dlist.h283 #define exec_node_data(type, node, field) \ macro
737 (!exec_node_is_tail_sentinel(node) ? exec_node_data(type, node, field) : NULL)
740 (!exec_node_is_head_sentinel(node) ? exec_node_data(type, node, field) : NULL)
Dglsl_parser_extras.cpp984 ast_expression *expr = exec_node_data(ast_expression, expr_node, in _mesa_ast_set_aggregate_type()
998 ast_expression *expr = exec_node_data(ast_expression, expr_node, in _mesa_ast_set_aggregate_type()
1010 ast_expression *expr = exec_node_data(ast_expression, expr_node, in _mesa_ast_set_aggregate_type()
Dast_function.cpp238 exec_node_data(ast_expression, actual_ast_node, link); in verify_parameter_modes()
374 exec_node_data(ast_expression, in verify_parameter_modes()
387 exec_node_data(ast_expression, in verify_parameter_modes()
Dast_type.cpp940 ast_node *const_expression = exec_node_data(ast_node, node, link); in process_qualifier_constant()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tess.c855 nir_variable *dest = exec_node_data(nir_variable, dest_node, node); in copy_vars()
856 nir_variable *src = exec_node_data(nir_variable, src_node, node); in copy_vars()

12