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
108 static inline struct vmw_winsys_screen * argument
109 vmw_winsys_screen(struct svga_winsys_screen *base) in vmw_winsys_screen() function
111 return (struct vmw_winsys_screen *)base; in vmw_winsys_screen()
119 vmw_ioctl_context_create(struct vmw_winsys_screen *vws);
122 vmw_ioctl_extended_context_create(struct vmw_winsys_screen *vws,
126 vmw_ioctl_context_destroy(struct vmw_winsys_screen *vws,
130 vmw_ioctl_surface_create(struct vmw_winsys_screen *vws,
139 vmw_ioctl_gb_surface_create(struct vmw_winsys_screen *vws,
151 vmw_ioctl_gb_surface_ref(struct vmw_winsys_screen *vws,
[all …]
Dvmw_screen_svga.c67 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_buffer_create()
107 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_fence_reference()
118 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_fence_signalled()
130 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_fence_finish()
176 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_surface_create()
304 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_surface_can_create()
342 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_destroy()
351 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_get_hw_version()
365 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_get_cap()
382 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,
53 vmw_fence_signalled(struct vmw_winsys_screen *vws,
57 vmw_fence_reference(struct vmw_winsys_screen *vws,
62 vmw_fence_ops_create(struct vmw_winsys_screen *vws);
Dvmw_fence.c43 struct vmw_winsys_screen *vws;
253 vmw_fence_reference(struct vmw_winsys_screen *vws, in vmw_fence_reference()
296 vmw_fence_signalled(struct vmw_winsys_screen *vws, in vmw_fence_signalled()
345 vmw_fence_finish(struct vmw_winsys_screen *vws, in vmw_fence_finish()
417 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_reference()
432 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_signalled()
448 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_finish()
480 vmw_fence_ops_create(struct vmw_winsys_screen *vws) in vmw_fence_ops_create()
Dvmw_screen_dri.c97 struct vmw_winsys_screen *vws; in svga_drm_winsys_screen_create()
148 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_drm_gb_surface_from_handle()
220 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_drm_surface_from_handle()
330 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_drm_surface_get_handle()
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()
131 vmw_winsys_destroy(struct vmw_winsys_screen *vws) in vmw_winsys_destroy()
Dvmw_screen_ioctl.c79 vmw_ioctl_context_create(struct vmw_winsys_screen *vws) in vmw_ioctl_context_create()
97 vmw_ioctl_extended_context_create(struct vmw_winsys_screen *vws, in vmw_ioctl_extended_context_create()
118 vmw_ioctl_context_destroy(struct vmw_winsys_screen *vws, uint32 cid) in vmw_ioctl_context_destroy()
133 vmw_ioctl_surface_create(struct vmw_winsys_screen *vws, in vmw_ioctl_surface_create()
195 vmw_ioctl_gb_surface_create(struct vmw_winsys_screen *vws, in vmw_ioctl_gb_surface_create()
285 vmw_ioctl_surface_req(const struct vmw_winsys_screen *vws, in vmw_ioctl_surface_req()
343 vmw_ioctl_gb_surface_ref(struct vmw_winsys_screen *vws, in vmw_ioctl_gb_surface_ref()
401 vmw_ioctl_surface_destroy(struct vmw_winsys_screen *vws, uint32 sid) in vmw_ioctl_surface_destroy()
415 vmw_ioctl_command(struct vmw_winsys_screen *vws, int32_t cid, in vmw_ioctl_command()
515 vmw_ioctl_region_create(struct vmw_winsys_screen *vws, uint32_t size) in vmw_ioctl_region_create()
[all …]
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_context.c97 struct vmw_winsys_screen *vws;
182 struct vmw_winsys_screen *vws = vswc->vws; in vmw_swc_flush()
585 struct vmw_winsys_screen *vws = vswc->vws; in vmw_swc_shader_relocation()
798 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_context_create()
Dvmw_surface.h53 struct vmw_winsys_screen *screen;
Dvmw_surface.c47 struct vmw_winsys_screen *vws = vsrf->screen; in vmw_svga_winsys_surface_map()