Lines Matching defs:winsys
202 struct sw_winsys *winsys = ((struct agx_screen *) screen)->winsys;
214 nresource->dt = winsys->displaytarget_create(winsys,
253 struct sw_winsys *winsys = agx_screen->winsys;
254 winsys->displaytarget_destroy(winsys, rsrc->dt);
682 struct sw_winsys *winsys = agx_screen->winsys;
686 void *map = winsys->displaytarget_map(winsys, rsrc->dt, PIPE_USAGE_DEFAULT);
697 winsys->displaytarget_display(winsys, rsrc->dt, context_private, box);
1149 agx_screen_create(struct sw_winsys *winsys)
1159 agx_screen->winsys = winsys;