Lines Matching defs:winsys
447 struct sw_winsys *winsys = screen->winsys;
507 if(!winsys->is_displaytarget_format_supported(winsys, bind, format))
553 struct sw_winsys *winsys = screen->winsys;
558 winsys->displaytarget_display(winsys, texture->dt, context_private, sub_box);
565 struct sw_winsys *winsys = screen->winsys;
572 if(winsys->destroy)
573 winsys->destroy(winsys);
627 llvmpipe_create_screen(struct sw_winsys *winsys)
648 screen->winsys = winsys;