Searched refs:parent_link (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
D | aubinator_viewer.cpp | 232 struct list_head parent_link; /* link in parent window list of children */ member 383 list_inithead(&window->base.parent_link); in new_shader_window() 446 list_inithead(&window->base.parent_link); in new_urb_window() 518 list_inithead(&window->base.parent_link); in new_edit_window() 619 list_inithead(&window->base.parent_link); in show_pml4_window() 651 list_add(&shader_window->base.parent_link, &window->base.children_windows); in batch_display_shader() 660 list_add(&urb_window->base.parent_link, &window->base.children_windows); in batch_display_urb() 670 list_add(&edit_window->base.parent_link, &window->base.children_windows); in batch_edit_address() 790 &window->base.children_windows, parent_link) in destroy_batch_window() 805 list_inithead(&window->base.parent_link); in new_batch_window() [all …]
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_cfg.cpp | 559 foreach_list_typed(bblock_link, parent_link, link, &block->parents) { in idom_tree() 560 if (parent(parent_link->block)) { in idom_tree() 561 new_idom = (new_idom ? intersect(new_idom, parent_link->block) : in idom_tree() 562 parent_link->block); in idom_tree()
|
D | brw_fs_copy_propagation.cpp | 301 foreach_list_typed(bblock_link, parent_link, link, &block->parents) { in run() 302 bblock_t *parent = parent_link->block; in run()
|
/third_party/weston/kiosk-shell/ |
D | util.c | 90 wl_list_for_each(subsurface, &surface->subsurface_list, parent_link) { in surface_subsurfaces_boundingbox()
|
/third_party/weston/libweston/ |
D | compositor.c | 1614 geometry.parent_link) in weston_view_geometry_dirty() 1767 wl_list_remove(&view->geometry.parent_link); in weston_view_set_transform_parent() 1781 &view->geometry.parent_link); in weston_view_set_transform_parent() 2579 wl_list_for_each(sub, &surface->subsurface_list, parent_link) { in surface_stash_subsurface_views() 2596 wl_list_for_each(sub, &surface->subsurface_list, parent_link) { in surface_free_unused_subsurface_views() 2648 wl_list_for_each(child, &sub->surface->subsurface_list, parent_link) { in view_list_add_subsurface_view() 2675 wl_list_for_each(sub, &view->surface->subsurface_list, parent_link) { in view_list_add() 3463 wl_list_for_each(child, &sub->surface->subsurface_list, parent_link) in weston_surface_damage_subsurfaces() 3475 wl_list_remove(&sub->parent_link); in weston_surface_commit_subsurface_order() 3476 wl_list_insert(&surface->subsurface_list, &sub->parent_link); in weston_surface_commit_subsurface_order() [all …]
|
/third_party/weston/include/libweston/ |
D | libweston.h | 1272 struct wl_list parent_link; member 1513 struct wl_list parent_link; member
|
/third_party/weston/fullscreen-shell/ |
D | fullscreen-shell.c | 390 wl_list_for_each(subsurface, &surface->subsurface_list, parent_link) { in surface_subsurfaces_boundingbox()
|
/third_party/weston/desktop-shell/ |
D | shell.c | 1718 wl_list_for_each(subsurface, &surface->subsurface_list, parent_link) { in surface_subsurfaces_boundingbox()
|