Home
last modified time | relevance | path

Searched refs:vmw_winsys_screen (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen.h64 struct vmw_winsys_screen struct
105 static inline struct vmw_winsys_screen * argument
106 vmw_winsys_screen(struct svga_winsys_screen *base) in vmw_winsys_screen() function
108 return (struct vmw_winsys_screen *)base; in vmw_winsys_screen()
116 vmw_ioctl_context_create(struct vmw_winsys_screen *vws);
119 vmw_ioctl_extended_context_create(struct vmw_winsys_screen *vws,
123 vmw_ioctl_context_destroy(struct vmw_winsys_screen *vws,
127 vmw_ioctl_surface_create(struct vmw_winsys_screen *vws,
136 vmw_ioctl_gb_surface_create(struct vmw_winsys_screen *vws,
148 vmw_ioctl_gb_surface_ref(struct vmw_winsys_screen *vws,
[all …]
Dvmw_screen_svga.c66 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_buffer_create()
106 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_fence_reference()
117 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_fence_signalled()
128 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_fence_finish()
145 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_surface_create()
270 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_surface_can_create()
320 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_destroy()
329 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_get_hw_version()
343 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_get_cap()
360 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_shader_create()
[all …]
Dvmw_fence.h36 struct vmw_winsys_screen;
44 vmw_fence_finish(struct vmw_winsys_screen *vws,
48 vmw_fence_signalled(struct vmw_winsys_screen *vws,
52 vmw_fence_reference(struct vmw_winsys_screen *vws,
57 vmw_fence_ops_create(struct vmw_winsys_screen *vws);
Dvmw_fence.c41 struct vmw_winsys_screen *vws;
220 vmw_fence_reference(struct vmw_winsys_screen *vws, in vmw_fence_reference()
261 vmw_fence_signalled(struct vmw_winsys_screen *vws, in vmw_fence_signalled()
309 vmw_fence_finish(struct vmw_winsys_screen *vws, in vmw_fence_finish()
353 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_reference()
368 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_signalled()
384 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_finish()
416 vmw_fence_ops_create(struct vmw_winsys_screen *vws) in vmw_fence_ops_create()
Dvmw_screen.c65 struct vmw_winsys_screen *
68 struct vmw_winsys_screen *vws; in vmw_winsys_create()
86 vws = CALLOC_STRUCT(vmw_winsys_screen); in vmw_winsys_create()
128 vmw_winsys_destroy(struct vmw_winsys_screen *vws) in vmw_winsys_destroy()
Dvmw_screen_ioctl.c74 vmw_ioctl_context_create(struct vmw_winsys_screen *vws) in vmw_ioctl_context_create()
92 vmw_ioctl_extended_context_create(struct vmw_winsys_screen *vws, in vmw_ioctl_extended_context_create()
113 vmw_ioctl_context_destroy(struct vmw_winsys_screen *vws, uint32 cid) in vmw_ioctl_context_destroy()
128 vmw_ioctl_surface_create(struct vmw_winsys_screen *vws, in vmw_ioctl_surface_create()
190 vmw_ioctl_gb_surface_create(struct vmw_winsys_screen *vws, in vmw_ioctl_gb_surface_create()
280 vmw_ioctl_surface_req(const struct vmw_winsys_screen *vws, in vmw_ioctl_surface_req()
338 vmw_ioctl_gb_surface_ref(struct vmw_winsys_screen *vws, in vmw_ioctl_gb_surface_ref()
396 vmw_ioctl_surface_destroy(struct vmw_winsys_screen *vws, uint32 sid) in vmw_ioctl_surface_destroy()
410 vmw_ioctl_command(struct vmw_winsys_screen *vws, int32_t cid, in vmw_ioctl_command()
492 vmw_ioctl_region_create(struct vmw_winsys_screen *vws, uint32_t size) in vmw_ioctl_region_create()
[all …]
Dvmw_screen_dri.c97 struct vmw_winsys_screen *vws; in svga_drm_winsys_screen_create()
180 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_drm_gb_surface_from_handle()
252 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_drm_surface_from_handle()
362 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_drm_surface_get_handle()
Dvmw_screen_pools.c41 vmw_pools_cleanup(struct vmw_winsys_screen *vws) in vmw_pools_cleanup()
86 vmw_query_pools_init(struct vmw_winsys_screen *vws) in vmw_query_pools_init()
121 vmw_mob_pools_init(struct vmw_winsys_screen *vws) in vmw_mob_pools_init()
173 vmw_pools_init(struct vmw_winsys_screen *vws) in vmw_pools_init()
Dvmw_buffer.h44 struct vmw_winsys_screen;
90 vmw_gmr_bufmgr_create(struct vmw_winsys_screen *vws);
Dvmw_query.c39 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_query_create()
Dvmw_buffer.c85 struct vmw_winsys_screen *vws;
199 struct vmw_winsys_screen *vws = mgr->vws; in vmw_gmr_bufmgr_create_buffer()
246 vmw_gmr_bufmgr_create(struct vmw_winsys_screen *vws) in vmw_gmr_bufmgr_create()
Dvmw_shader.h45 struct vmw_winsys_screen *screen;
Dvmw_surface.h53 struct vmw_winsys_screen *screen;
Dvmw_context.c97 struct vmw_winsys_screen *vws;
549 struct vmw_winsys_screen *vws = vswc->vws; in vmw_swc_shader_relocation()
762 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_context_create()
Dvmw_surface.c47 struct vmw_winsys_screen *vws = vsrf->screen; in vmw_svga_winsys_surface_map()