Home
last modified time | relevance | path

Searched refs:children_windows (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/tools/
Daubinator_viewer.cpp234 struct list_head children_windows; /* list of children windows */ member
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()
806 list_inithead(&window->base.children_windows); in new_batch_window()