HomeSort by relevance Sort by last modified time
    Searched refs:vmw_winsys_screen (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_fence.h 36 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);
vmw_screen.h 64 struct vmw_winsys_screen struct
105 static inline struct vmw_winsys_screen *
106 vmw_winsys_screen(struct svga_winsys_screen *base) function
108 return (struct vmw_winsys_screen *)base;
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...]
vmw_buffer.h 44 struct vmw_winsys_screen;
90 vmw_gmr_bufmgr_create(struct vmw_winsys_screen *vws);
vmw_screen.c 58 * vmw_winsys_screen structure, which is the main entity in this
60 * First, check whether a vmw_winsys_screen object already exists for
65 struct vmw_winsys_screen *
68 struct vmw_winsys_screen *vws;
86 vws = CALLOC_STRUCT(vmw_winsys_screen);
128 vmw_winsys_destroy(struct vmw_winsys_screen *vws)
vmw_shader.h 45 struct vmw_winsys_screen *screen;
vmw_screen_svga.c 66 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws);
106 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws);
117 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws);
128 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws);
145 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws)
    [all...]
vmw_fence.c 41 struct vmw_winsys_screen *vws;
220 vmw_fence_reference(struct vmw_winsys_screen *vws,
261 vmw_fence_signalled(struct vmw_winsys_screen *vws,
309 vmw_fence_finish(struct vmw_winsys_screen *vws,
353 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws;
368 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws;
384 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws;
408 * @vws: Pointer to a struct vmw_winsys_screen.
416 vmw_fence_ops_create(struct vmw_winsys_screen *vws)
vmw_surface.h 53 struct vmw_winsys_screen *screen;
vmw_query.c 39 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws);
vmw_screen_dri.c 97 struct vmw_winsys_screen *vws;
180 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws);
252 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws);
362 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws);
vmw_screen_ioctl.c 74 vmw_ioctl_context_create(struct vmw_winsys_screen *vws)
92 vmw_ioctl_extended_context_create(struct vmw_winsys_screen *vws,
113 vmw_ioctl_context_destroy(struct vmw_winsys_screen *vws, uint32 cid)
128 vmw_ioctl_surface_create(struct vmw_winsys_screen *vws,
190 vmw_ioctl_gb_surface_create(struct vmw_winsys_screen *vws,
280 vmw_ioctl_surface_req(const struct vmw_winsys_screen *vws,
338 vmw_ioctl_gb_surface_ref(struct vmw_winsys_screen *vws,
396 vmw_ioctl_surface_destroy(struct vmw_winsys_screen *vws, uint32 sid)
410 vmw_ioctl_command(struct vmw_winsys_screen *vws, int32_t cid,
492 vmw_ioctl_region_create(struct vmw_winsys_screen *vws, uint32_t size
    [all...]
vmw_screen_pools.c 38 * @vws: pointer to a struct vmw_winsys_screen.
41 vmw_pools_cleanup(struct vmw_winsys_screen *vws)
75 * @vws: Pointer to a struct vmw_winsys_screen.
86 vmw_query_pools_init(struct vmw_winsys_screen *vws)
115 * @vws: Pointer to a struct vmw_winsys_screen.
121 vmw_mob_pools_init(struct vmw_winsys_screen *vws)
170 * @vws: Pointer to a struct vmw_winsys_screen.
173 vmw_pools_init(struct vmw_winsys_screen *vws)
vmw_buffer.c 85 struct vmw_winsys_screen *vws;
199 struct vmw_winsys_screen *vws = mgr->vws;
246 vmw_gmr_bufmgr_create(struct vmw_winsys_screen *vws)
vmw_surface.c 47 struct vmw_winsys_screen *vws = vsrf->screen;
vmw_context.c 97 struct vmw_winsys_screen *vws;
549 struct vmw_winsys_screen *vws = vswc->vws;
762 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws);

Completed in 2317 milliseconds