Searched refs:rb_node_data (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/util/ |
D | rb_tree_test.c | 58 struct rb_test_node *tn = rb_node_data(struct rb_test_node, n, node); in rb_test_node_cmp_void() 65 struct rb_test_node *ta = rb_node_data(struct rb_test_node, a, node); in rb_test_node_cmp() 66 struct rb_test_node *tb = rb_node_data(struct rb_test_node, b, node); in rb_test_node_cmp() 169 tn = rb_node_data(struct rb_test_node, n, node); in validate_search() 174 tn = rb_node_data(struct rb_test_node, n, node); in validate_search() 187 tn = rb_node_data(struct rb_test_node, n, node); in validate_search() 193 rb_node_data(struct rb_test_node, next, node); in validate_search() 200 rb_node_data(struct rb_test_node, prev, node); in validate_search()
|
D | rb_tree.h | 88 #define rb_node_data(type, node, field) \ macro 247 (iter = rb_node_data(type, (struct rb_node *)__node, field), true); \ 266 (iter = rb_node_data(type, (struct rb_node *)__node, field), true); \ 284 (iter = rb_node_data(type, (struct rb_node *)__node, field), true); \ 303 (iter = rb_node_data(type, (struct rb_node *)__node, field), true); \
|
/third_party/mesa3d/src/intel/tools/ |
D | aub_mem.c | 84 return rb_node_data(struct ggtt_entry, node, node); in ggtt_entry_next() 100 struct ggtt_entry *entry = rb_node_data(struct ggtt_entry, node, node); in cmp_ggtt_entry() 117 return rb_node_data(struct ggtt_entry, node, node); in ensure_ggtt_entry() 130 return rb_node_data(struct ggtt_entry, node, node); in search_ggtt_entry() 136 struct phys_mem *mem = rb_node_data(struct phys_mem, node, node); in cmp_phys_mem() 178 return rb_node_data(struct phys_mem, node, node); in ensure_phys_mem() 191 return rb_node_data(struct phys_mem, node, node); in search_phys_mem()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_ra.h | 240 return rb_node_data(struct ir3_reg_interval, node, node); in ir3_rb_node_to_interval() 246 return rb_node_data(struct ir3_reg_interval, node, node); in ir3_rb_node_to_interval_const()
|
D | ir3_spill.c | 346 return rb_node_data(struct ra_spill_interval, interval, interval); in ir3_reg_interval_to_interval() 361 return rb_node_data(struct ra_spill_ctx, ctx, reg_ctx); in ir3_reg_ctx_to_ctx() 368 rb_node_data(const struct ra_spill_interval, _a, node); in ra_spill_interval_cmp() 370 rb_node_data(const struct ra_spill_interval, _b, node); in ra_spill_interval_cmp() 378 rb_node_data(const struct ra_spill_interval, _a, half_node); in ra_spill_interval_half_cmp() 380 rb_node_data(const struct ra_spill_interval, _b, half_node); in ra_spill_interval_half_cmp()
|
D | ir3_ra.c | 396 return rb_node_data(struct ra_interval, node, physreg_node); in rb_node_to_interval() 402 return rb_node_data(struct ra_interval, node, physreg_node); in rb_node_to_interval_const() 475 return rb_node_data(struct ra_interval, interval, interval); in ir3_reg_interval_to_ra_interval() 481 return rb_node_data(struct ra_file, ctx, reg_ctx); in ir3_reg_ctx_to_file()
|