Home
last modified time | relevance | path

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

12

/external/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()
/external/mesa3d/src/compiler/nir/
Dnir_from_ssa.c172 merge_node *a_node = exec_node_data(merge_node, an, node); in merge_merge_sets()
173 merge_node *b_node = exec_node_data(merge_node, bn, node); in merge_merge_sets()
180 exec_node_data(merge_node, bn, node)->set = a; in merge_merge_sets()
212 current = exec_node_data(merge_node, bn, node); in merge_sets_interfere()
215 current = exec_node_data(merge_node, an, node); in merge_sets_interfere()
218 merge_node *a_node = exec_node_data(merge_node, an, node); in merge_sets_interfere()
219 merge_node *b_node = exec_node_data(merge_node, bn, node); in merge_sets_interfere()
532 nir_dest *dest = exec_node_data(nir_dest, def, ssa); in rewrite_ssa_def()
Dnir.h101 return exec_node_data(out_type, parent, field); \
770 return exec_node_data(nir_instr, next, node); in nir_instr_next()
780 return exec_node_data(nir_instr, prev, node); in nir_instr_prev()
2827 return exec_node_data(nir_instr, head, node); in nir_block_first_instr()
2834 return exec_node_data(nir_instr, tail, node); in nir_block_last_instr()
3086 return exec_node_data(nir_cf_node, next, node); in nir_cf_node_next()
3096 return exec_node_data(nir_cf_node, prev, node); in nir_cf_node_prev()
3124 return nir_cf_node_as_block(exec_node_data(nir_cf_node, head, node)); in NIR_DEFINE_CAST()
3131 return nir_cf_node_as_block(exec_node_data(nir_cf_node, tail, node)); in nir_if_last_then_block()
3138 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_opt_dead_cf.c292 cur = exec_node_data(nir_cf_node, exec_list_get_head(list), in dead_cf_list()
Dnir_phi_builder.c293 nir_phi_instr *phi = exec_node_data(nir_phi_instr, head, instr.node); in nir_phi_builder_finish()
Dnir_liveness.c229 nir_instr *instr = exec_node_data(nir_instr, node, node); in search_for_use_after_instr()
Dnir_lower_vec_to_movs.c139 nir_alu_src *alu_src = exec_node_data(nir_alu_src, src, src); in try_coalesce()
Dnir_lower_regs_to_ssa.c55 nir_phi_src *phi_src = exec_node_data(nir_phi_src, src, src); in rewrite_src()
Dnir_opt_gcm.c640 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_clone.c543 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()
Dnir_opt_if.c243 nir_block_ends_in_jump(exec_node_data(nir_block, in opt_peel_loop_initial_if()
/external/mesa3d/src/intel/common/
Dgen_disasm.c92 exec_node_data(struct inst_group, next_node, link); in gen_disassemble()
/external/mesa3d/src/intel/perf/
Dgen_perf_query.c441 buf = exec_node_data(struct oa_sample_buf, node, link); in get_free_sample_buf()
459 exec_node_data(struct oa_sample_buf, tail_node, link); in reap_old_sample_buffers()
820 exec_node_data(struct oa_sample_buf, query->oa.samples_head, link); in gen_perf_begin_query()
925 exec_node_data(struct oa_sample_buf, tail_node, link); in read_oa_samples_until()
1129 exec_node_data(struct oa_sample_buf, query->oa.samples_head, link); in drop_from_unaccumulated_query_list()
/external/mesa3d/src/compiler/glsl/
Dir_variable_refcount.cpp53 exec_node_data(struct assignment_entry, n, link); in free_entry()
Dopt_dead_code.cpp102 exec_node_data(struct assignment_entry, in do_dead_code()
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.cpp959 ast_expression *expr = exec_node_data(ast_expression, expr_node, in _mesa_ast_set_aggregate_type()
973 ast_expression *expr = exec_node_data(ast_expression, expr_node, in _mesa_ast_set_aggregate_type()
985 ast_expression *expr = exec_node_data(ast_expression, expr_node, in _mesa_ast_set_aggregate_type()
Dast_function.cpp237 exec_node_data(ast_expression, actual_ast_node, link); in verify_parameter_modes()
373 exec_node_data(ast_expression, in verify_parameter_modes()
386 exec_node_data(ast_expression, in verify_parameter_modes()
Dast_type.cpp927 ast_node *const_expression = exec_node_data(ast_node, node, link); in process_qualifier_constant()
/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tess.c864 nir_variable *dest = exec_node_data(nir_variable, dest_node, node); in lower_gs_block()
865 nir_variable *src = exec_node_data(nir_variable, src_node, node); in lower_gs_block()
984 nir_variable *dest = exec_node_data(nir_variable, dest_node, node); in ir3_nir_lower_gs()
985 nir_variable *src = exec_node_data(nir_variable, src_node, node); in ir3_nir_lower_gs()

12