Lines Matching refs:winsys
669 struct sw_winsys *winsys = screen->winsys;
790 if(!winsys->is_displaytarget_format_supported(winsys, bind, format))
832 struct sw_winsys *winsys = screen->winsys;
840 winsys->displaytarget_display(winsys, texture->dt, context_private, sub_box);
848 struct sw_winsys *winsys = screen->winsys;
862 if(winsys->destroy)
863 winsys->destroy(winsys);
1025 llvmpipe_create_screen(struct sw_winsys *winsys)
1046 screen->winsys = winsys;