Lines Matching defs:window
232 struct window { struct
233 struct list_head link; /* link in the global list of windows */ argument
234 struct list_head parent_link; /* link in parent window list of children */ argument
236 struct list_head children_windows; /* list of children windows */ argument
244 void (*display)(struct window*); argument
245 void (*destroy)(struct window*); argument
356 struct shader_window *window = (struct shader_window *) win; in display_shader_window() local
371 struct shader_window *window = (struct shader_window *) win; in destroy_shader_window() local
380 struct shader_window *window = xtzalloc(*window); in new_shader_window() local
414 struct urb_window *window = (struct urb_window *) win; in display_urb_window() local
435 struct urb_window *window = (struct urb_window *) win; in destroy_urb_window() local
443 struct urb_window *window = xtzalloc(*window); in new_urb_window() local
469 struct edit_window *window = (struct edit_window *) data; in read_edit_window() local
477 struct edit_window *window = (struct edit_window *) data; in write_edit_window() local
487 struct edit_window *window = (struct edit_window *) win; in display_edit_window() local
505 struct edit_window *window = (struct edit_window *) win; in destroy_edit_window() local
515 struct edit_window *window = xtzalloc(*window); in new_edit_window() local
602 struct pml4_window *window = (struct pml4_window *) win; in display_pml4_window() local
611 show_pml4_window(struct pml4_window *window, struct aub_mem *mem) in show_pml4_window()
649 struct batch_window *window = (struct batch_window *) user_data; in batch_display_shader() local
659 struct batch_window *window = (struct batch_window *) user_data; in batch_display_urb() local
668 struct batch_window *window = (struct batch_window *) user_data; in batch_edit_address() local
678 struct batch_window *window = (struct batch_window *) user_data; in batch_get_bo() local
687 update_batch_window(struct batch_window *window, bool reset, int exec_idx) in update_batch_window()
701 struct batch_window *window = (struct batch_window *) user_data; in display_batch_ring_write() local
713 struct batch_window *window = (struct batch_window *) user_data; in display_batch_execlist_write() local
746 struct batch_window *window = (struct batch_window *) win; in display_batch_window() local
783 struct batch_window *window = (struct batch_window *) win; in destroy_batch_window() local
802 struct batch_window *window = xtzalloc(*window); in new_batch_window() local
862 struct window *window = &context.registers_window; in show_register_window() local
946 struct window *window = &context.commands_window; in show_commands_window() local
1045 struct window *window = &context.file_window; in show_aubfile_window() local