Searched refs:exec_node_data (Results 1 - 25 of 59) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlist.h283 #define exec_node_data(type, node, field) \ macro
730 exec_node_data(__type, (__list)->head_sentinel.next, __field); \
732 (__node) = exec_node_data(__type, (__node)->__field.next, __field))
735 for (__type * __node = exec_node_data(__type, (__start), __field); \
737 (__node) = exec_node_data(__type, (__node)->__field.next, __field))
741 exec_node_data(__type, (__list)->tail_sentinel.prev, __field); \
743 (__node) = exec_node_data(__type, (__node)->__field.prev, __field))
747 exec_node_data(__type, (__list)->head_sentinel.next, __field), \
749 exec_node_data(__type, (__node)->__field.next, __field); \
752 exec_node_data(__typ
[all...]
H A Dir_variable_refcount.cpp53 exec_node_data(struct assignment_entry, n, link);
H A Dopt_dead_code.cpp102 exec_node_data(struct assignment_entry,
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_disasm_info.c46 exec_node_data(struct inst_group, next_node, link);
129 group = exec_node_data(struct inst_group,
170 exec_node_data(struct inst_group, next_node, link);
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_disasm.c92 exec_node_data(struct inst_group, next_node, link);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_io_to_temporaries.c50 nir_variable *dest = exec_node_data(nir_variable, dest_node, node);
51 nir_variable *src = exec_node_data(nir_variable, src_node, node);
H A Dnir_from_ssa.c156 merge_node *a_node = exec_node_data(merge_node, an, node);
157 merge_node *b_node = exec_node_data(merge_node, bn, node);
164 exec_node_data(merge_node, bn, node)->set = a;
196 current = exec_node_data(merge_node, bn, node);
199 current = exec_node_data(merge_node, an, node);
202 merge_node *a_node = exec_node_data(merge_node, an, node);
203 merge_node *b_node = exec_node_data(merge_node, bn, node);
514 * nir_dest. We can use exec_node_data to get the dest pointer.
516 nir_dest *dest = exec_node_data(nir_dest, def, ssa);
H A Dnir.h79 return exec_node_data(out_type, parent, field); \
611 return exec_node_data(nir_instr, next, node);
621 return exec_node_data(nir_instr, prev, node);
2089 return exec_node_data(nir_instr, head, node);
2096 return exec_node_data(nir_instr, tail, node);
2264 return exec_node_data(nir_cf_node, next, node);
2274 return exec_node_data(nir_cf_node, prev, node);
2302 return nir_cf_node_as_block(exec_node_data(nir_cf_node, head, node));
2309 return nir_cf_node_as_block(exec_node_data(nir_cf_node, tail, node));
2316 return nir_cf_node_as_block(exec_node_data(nir_cf_nod
[all...]
H A Dnir_move_vec_src_uses_to_dest.c143 nir_alu_src *use_alu_src = exec_node_data(nir_alu_src, use, src);
H A Dnir_repair_ssa.c61 return exec_node_data(nir_phi_src, src, src)->pred;
H A Dnir_liveness.c243 nir_instr *instr = exec_node_data(nir_instr, node, node);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_variable_refcount.cpp53 exec_node_data(struct assignment_entry, n, link);
H A Dopt_dead_code.cpp102 exec_node_data(struct assignment_entry,
H A 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)
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_disasm.c94 exec_node_data(struct inst_group, next_node, link);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_disasm_info.c51 exec_node_data(struct inst_group, next_node, link);
140 group = exec_node_data(struct inst_group,
181 exec_node_data(struct inst_group, next_node, link);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_from_ssa.c200 merge_node *a_node = exec_node_data(merge_node, an, node);
201 merge_node *b_node = exec_node_data(merge_node, bn, node);
208 exec_node_data(merge_node, bn, node)->set = a;
247 current = exec_node_data(merge_node, bn, node);
250 current = exec_node_data(merge_node, an, node);
253 merge_node *a_node = exec_node_data(merge_node, an, node);
254 merge_node *b_node = exec_node_data(merge_node, bn, node);
598 * nir_dest. We can use exec_node_data to get the dest pointer.
600 nir_dest *dest = exec_node_data(nir_dest, def, ssa);
H A Dnir_move_vec_src_uses_to_dest.c144 nir_alu_src *use_alu_src = exec_node_data(nir_alu_src, use, src);
H A Dnir_repair_ssa.c61 return exec_node_data(nir_phi_src, src, src)->pred;
H A Dnir_lower_io_to_temporaries.c56 nir_variable *dest = exec_node_data(nir_variable, dest_node, node);
57 nir_variable *src = exec_node_data(nir_variable, src_node, node);
H A Dnir.h103 return exec_node_data(out_type, parent, field); \
791 return exec_node_data(nir_instr, next, node);
801 return exec_node_data(nir_instr, prev, node);
2933 return exec_node_data(nir_instr, head, node);
2940 return exec_node_data(nir_instr, tail, node);
3248 return exec_node_data(nir_cf_node, next, node);
3258 return exec_node_data(nir_cf_node, prev, node);
3286 return nir_cf_node_as_block(exec_node_data(nir_cf_node, head, node));
3293 return nir_cf_node_as_block(exec_node_data(nir_cf_node, tail, node));
3300 return nir_cf_node_as_block(exec_node_data(nir_cf_nod
[all...]
H A Dnir_lower_regs_to_ssa.c55 nir_phi_src *phi_src = exec_node_data(nir_phi_src, src, src);
H A Dnir_opt_dead_cf.c329 cur = exec_node_data(nir_cf_node, exec_list_get_head(list),
H A Dnir_phi_builder.c281 nir_phi_instr *phi = exec_node_data(nir_phi_instr, head, instr.node);
/xsrc/external/mit/MesaLib/dist/src/intel/perf/
H A Dintel_perf_query.c472 buf = exec_node_data(struct oa_sample_buf, node, link);
490 exec_node_data(struct oa_sample_buf, tail_node, link);
882 exec_node_data(struct oa_sample_buf, query->oa.samples_head, link);
1009 exec_node_data(struct oa_sample_buf, tail_node, link);
1212 exec_node_data(struct oa_sample_buf, query->oa.samples_head, link);

Completed in 50 milliseconds

123