Lines Matching refs:winsys
289 struct sw_winsys *winsys = screen->winsys;
324 if(!winsys->is_displaytarget_format_supported(winsys, bind, format))
366 struct sw_winsys *winsys = screen->winsys;
371 winsys->displaytarget_display(winsys, texture->dt, context_private);
379 struct sw_winsys *winsys = screen->winsys;
386 if(winsys->destroy)
387 winsys->destroy(winsys);
445 llvmpipe_create_screen(struct sw_winsys *winsys)
466 screen->winsys = winsys;