• Home
  • Raw
  • Download

Lines Matching defs:window

230 struct window {  struct
231 struct list_head link; /* link in the global list of windows */ argument
232 struct list_head parent_link; /* link in parent window list of children */ argument
234 struct list_head children_windows; /* list of children windows */ argument
242 void (*display)(struct window*); argument
243 void (*destroy)(struct window*); argument
354 struct shader_window *window = (struct shader_window *) win; in display_shader_window() local
369 struct shader_window *window = (struct shader_window *) win; in destroy_shader_window() local
378 struct shader_window *window = xtzalloc(*window); in new_shader_window() local
412 struct urb_window *window = (struct urb_window *) win; in display_urb_window() local
433 struct urb_window *window = (struct urb_window *) win; in destroy_urb_window() local
441 struct urb_window *window = xtzalloc(*window); in new_urb_window() local
467 struct edit_window *window = (struct edit_window *) data; in read_edit_window() local
475 struct edit_window *window = (struct edit_window *) data; in write_edit_window() local
485 struct edit_window *window = (struct edit_window *) win; in display_edit_window() local
503 struct edit_window *window = (struct edit_window *) win; in destroy_edit_window() local
513 struct edit_window *window = xtzalloc(*window); in new_edit_window() local
600 struct pml4_window *window = (struct pml4_window *) win; in display_pml4_window() local
609 show_pml4_window(struct pml4_window *window, struct aub_mem *mem) in show_pml4_window()
647 struct batch_window *window = (struct batch_window *) user_data; in batch_display_shader() local
657 struct batch_window *window = (struct batch_window *) user_data; in batch_display_urb() local
666 struct batch_window *window = (struct batch_window *) user_data; in batch_edit_address() local
676 struct batch_window *window = (struct batch_window *) user_data; in batch_get_bo() local
685 update_batch_window(struct batch_window *window, bool reset, int exec_idx) in update_batch_window()
699 struct batch_window *window = (struct batch_window *) user_data; in display_batch_ring_write() local
711 struct batch_window *window = (struct batch_window *) user_data; in display_batch_execlist_write() local
744 struct batch_window *window = (struct batch_window *) win; in display_batch_window() local
781 struct batch_window *window = (struct batch_window *) win; in destroy_batch_window() local
800 struct batch_window *window = xtzalloc(*window); in new_batch_window() local
860 struct window *window = &context.registers_window; in show_register_window() local
944 struct window *window = &context.commands_window; in show_commands_window() local
1043 struct window *window = &context.file_window; in show_aubfile_window() local