Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen.h65 struct vmw_winsys_screen struct
116 static inline struct vmw_winsys_screen * argument
117 vmw_winsys_screen(struct svga_winsys_screen *base) in vmw_winsys_screen() function
119 return (struct vmw_winsys_screen *)base; in vmw_winsys_screen()
127 vmw_ioctl_context_create(struct vmw_winsys_screen *vws);
130 vmw_ioctl_extended_context_create(struct vmw_winsys_screen *vws,
134 vmw_ioctl_context_destroy(struct vmw_winsys_screen *vws,
138 vmw_ioctl_surface_create(struct vmw_winsys_screen *vws,
147 vmw_ioctl_gb_surface_create(struct vmw_winsys_screen *vws,
161 vmw_ioctl_gb_surface_ref(struct vmw_winsys_screen *vws,
[all …]
Dvmw_screen_svga.c69 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_buffer_create()
112 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_fence_reference()
123 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_fence_signalled()
135 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_fence_finish()
186 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_surface_create()
337 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_surface_can_create()
378 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_destroy()
387 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_get_hw_version()
401 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_get_cap()
418 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.c66 struct vmw_winsys_screen *
69 struct vmw_winsys_screen *vws; in vmw_winsys_create()
88 vws = CALLOC_STRUCT(vmw_winsys_screen); in vmw_winsys_create()
135 vmw_winsys_destroy(struct vmw_winsys_screen *vws) in vmw_winsys_destroy()
Dvmw_screen_ioctl.c84 vmw_ioctl_context_create(struct vmw_winsys_screen *vws) in vmw_ioctl_context_create()
102 vmw_ioctl_extended_context_create(struct vmw_winsys_screen *vws, in vmw_ioctl_extended_context_create()
123 vmw_ioctl_context_destroy(struct vmw_winsys_screen *vws, uint32 cid) in vmw_ioctl_context_destroy()
138 vmw_ioctl_surface_create(struct vmw_winsys_screen *vws, in vmw_ioctl_surface_create()
200 vmw_ioctl_gb_surface_create(struct vmw_winsys_screen *vws, in vmw_ioctl_gb_surface_create()
349 vmw_ioctl_surface_req(const struct vmw_winsys_screen *vws, in vmw_ioctl_surface_req()
407 vmw_ioctl_gb_surface_ref(struct vmw_winsys_screen *vws, in vmw_ioctl_gb_surface_ref()
496 vmw_ioctl_surface_destroy(struct vmw_winsys_screen *vws, uint32 sid) in vmw_ioctl_surface_destroy()
510 vmw_ioctl_command(struct vmw_winsys_screen *vws, int32_t cid, in vmw_ioctl_command()
612 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.h45 struct vmw_winsys_screen;
91 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.c86 struct vmw_winsys_screen *vws;
215 struct vmw_winsys_screen *vws = mgr->vws; in vmw_gmr_bufmgr_create_buffer()
262 vmw_gmr_bufmgr_create(struct vmw_winsys_screen *vws) in vmw_gmr_bufmgr_create()
Dvmw_shader.h46 struct vmw_winsys_screen *screen;
Dvmw_surface.c46 struct vmw_winsys_screen *vws = vsrf->screen; in vmw_svga_winsys_surface_init()
112 struct vmw_winsys_screen *vws = vsrf->screen; in vmw_svga_winsys_surface_map()
Dvmw_surface.h53 struct vmw_winsys_screen *screen;
Dvmw_context.c98 struct vmw_winsys_screen *vws;
183 struct vmw_winsys_screen *vws = vswc->vws; in vmw_swc_flush()
581 struct vmw_winsys_screen *vws = vswc->vws; in vmw_swc_shader_relocation()
778 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_context_create()
Dvmw_msg.c430 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_host_log()
Dvmw_shader.c91 shader->screen = vmw_winsys_screen(sws); in vmw_svga_shader_create()