Lines Matching refs:winsys
134 struct sw_winsys *winsys = softpipe_screen(screen)->winsys; in softpipe_displaytarget_layout() local
138 spr->dt = winsys->displaytarget_create(winsys, in softpipe_displaytarget_layout()
207 struct sw_winsys *winsys = screen->winsys; in softpipe_resource_destroy() local
208 winsys->displaytarget_destroy(winsys, spr->dt); in softpipe_resource_destroy()
225 struct sw_winsys *winsys = softpipe_screen(screen)->winsys; in softpipe_resource_from_handle() local
238 spr->dt = winsys->displaytarget_from_handle(winsys, in softpipe_resource_from_handle()
260 struct sw_winsys *winsys = softpipe_screen(screen)->winsys; in softpipe_resource_get_handle() local
267 return winsys->displaytarget_get_handle(winsys, spr->dt, whandle); in softpipe_resource_get_handle()
362 struct sw_winsys *winsys = softpipe_screen(pipe->screen)->winsys; in softpipe_transfer_map() local
436 map = winsys->displaytarget_map(winsys, spr->dt, usage); in softpipe_transfer_map()
467 struct sw_winsys *winsys = softpipe_screen(pipe->screen)->winsys; in softpipe_transfer_unmap() local
468 winsys->displaytarget_unmap(winsys, spr->dt); in softpipe_transfer_unmap()