/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_disasm_info.c | 51 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/ |
H A D | nir_from_ssa.c | 200 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() 604 * nir_dest. We can use exec_node_data to get the dest pointer. in rewrite_ssa_def() 606 nir_dest *dest = exec_node_data(nir_dest, def, ssa); in rewrite_ssa_def()
|
H A D | nir.h | 160 return exec_node_data(out_type, parent, field); \ 900 return exec_node_data(nir_instr, next, node); 910 return exec_node_data(nir_instr, prev, node); 2744 return exec_node_data(nir_instr, head, node); 2751 return exec_node_data(nir_instr, tail, node); 3066 return exec_node_data(nir_cf_node, next, node); 3076 return exec_node_data(nir_cf_node, prev, node); 3104 return nir_cf_node_as_block(exec_node_data(nir_cf_node, head, node)); 3111 return nir_cf_node_as_block(exec_node_data(nir_cf_node, tail, node)); 3118 return nir_cf_node_as_block(exec_node_data(nir_cf_nod [all...] |
H A D | nir_lower_io_to_temporaries.c | 56 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()
|
H A D | nir_move_vec_src_uses_to_dest.c | 144 nir_alu_src *use_alu_src = exec_node_data(nir_alu_src, use, src); in move_vec_src_uses_to_dest_block()
|
H A D | nir_repair_ssa.c | 61 return exec_node_data(nir_phi_src, src, src)->pred; in get_src_block()
|
H A D | nir_phi_builder.c | 281 nir_phi_instr *phi = exec_node_data(nir_phi_instr, head, instr.node); in nir_phi_builder_finish()
|
H A D | nir_liveness.c | 285 nir_instr *instr = exec_node_data(nir_instr, node, node); in search_for_use_after_instr()
|
H A D | nir_lower_regs_to_ssa.c | 55 nir_phi_src *phi_src = exec_node_data(nir_phi_src, src, src); in rewrite_src()
|
H A D | nir_lower_vec_to_movs.c | 150 nir_alu_src *alu_src = exec_node_data(nir_alu_src, src, src); in try_coalesce()
|
H A D | nir_opt_dead_cf.c | 334 cur = exec_node_data(nir_cf_node, exec_list_get_head(list), in dead_cf_list()
|
H A D | nir_opt_gcm.c | 842 nir_instr *instr = exec_node_data(nir_instr, in opt_gcm_impl()
|
H A D | nir_lower_shader_calls.c | 256 nir_phi_src *phi_src = exec_node_data(nir_phi_src, src, src); in rewrite_instr_src_from_phi_builder()
|
H A D | nir_opt_loop_unroll.c | 280 unroll_loc = exec_node_data(nir_cf_node, in complex_unroll_loop_body()
|
H A D | nir_lower_goto_ifs.c | 958 exec_node_data(nir_cf_node, exec_list_get_head(&cf_list.list), node); in nir_lower_goto_ifs_impl()
|
H A D | nir_clone.c | 547 exec_node_data(nir_block, exec_list_get_tail(cf_list), cf_node.node); in clone_block()
|
H A D | nir.c | 1283 nir_instr *removed_instr = exec_node_data(nir_instr, node, node); in nir_instr_free_list() 1869 nir_alu_src *alu_src = exec_node_data(nir_alu_src, src, src); in nir_src_components_read()
|
/third_party/mesa3d/src/intel/perf/ |
H A D | intel_perf_query.c | 467 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/compiler/glsl/ |
H A D | opt_dead_code.cpp | 102 exec_node_data(struct assignment_entry, in do_dead_code()
|
H A D | ir_variable_refcount.cpp | 53 exec_node_data(struct assignment_entry, n, link); in free_entry()
|
H A D | list.h | 283 #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)
|
H A D | glsl_parser_extras.cpp | 984 ast_expression *expr = exec_node_data(ast_expression, expr_node, 998 ast_expression *expr = exec_node_data(ast_expression, expr_node, 1010 ast_expression *expr = exec_node_data(ast_expression, expr_node,
|
H A D | ast_function.cpp | 238 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()
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_disasm.c | 94 exec_node_data(struct inst_group, next_node, link); in intel_disassemble()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_lower_tess.c | 855 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()
|