| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | list.h | 283 #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 D | ir_variable_refcount.cpp | 53 exec_node_data(struct assignment_entry, n, link);
|
| H A D | opt_dead_code.cpp | 102 exec_node_data(struct assignment_entry,
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_disasm_info.c | 46 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 D | intel_disasm.c | 92 exec_node_data(struct inst_group, next_node, link);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_io_to_temporaries.c | 50 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 D | nir_from_ssa.c | 156 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 D | nir.h | 79 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 D | nir_move_vec_src_uses_to_dest.c | 143 nir_alu_src *use_alu_src = exec_node_data(nir_alu_src, use, src);
|
| H A D | nir_repair_ssa.c | 61 return exec_node_data(nir_phi_src, src, src)->pred;
|
| H A D | nir_liveness.c | 243 nir_instr *instr = exec_node_data(nir_instr, node, node);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_variable_refcount.cpp | 53 exec_node_data(struct assignment_entry, n, link);
|
| H A D | opt_dead_code.cpp | 102 exec_node_data(struct assignment_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)
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| H A D | gen_disasm.c | 94 exec_node_data(struct inst_group, next_node, link);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_disasm_info.c | 51 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 D | nir_from_ssa.c | 200 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 D | nir_move_vec_src_uses_to_dest.c | 144 nir_alu_src *use_alu_src = exec_node_data(nir_alu_src, use, src);
|
| H A D | nir_repair_ssa.c | 61 return exec_node_data(nir_phi_src, src, src)->pred;
|
| H A D | nir_lower_io_to_temporaries.c | 56 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 D | nir.h | 103 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 D | nir_lower_regs_to_ssa.c | 55 nir_phi_src *phi_src = exec_node_data(nir_phi_src, src, src);
|
| H A D | nir_opt_dead_cf.c | 329 cur = exec_node_data(nir_cf_node, exec_list_get_head(list),
|
| H A D | nir_phi_builder.c | 281 nir_phi_instr *phi = exec_node_data(nir_phi_instr, head, instr.node);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/perf/ |
| H A D | intel_perf_query.c | 472 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);
|