Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_fence.c45 struct vmw_fence_ops struct
103 static INLINE struct vmw_fence_ops *
104 vmw_fence_ops(struct pb_fence_ops *ops) in vmw_fence_ops() function
107 return (struct vmw_fence_ops *)ops; in vmw_fence_ops()
243 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_reference()
258 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_signalled()
274 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_finish()
307 struct vmw_fence_ops *ops; in vmw_fence_ops_create()
309 ops = CALLOC_STRUCT(vmw_fence_ops); in vmw_fence_ops_create()