Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_fence.c37 struct vmw_fence_ops struct
82 * vmw_fence_ops - Return the vmw_fence_ops structure backing a
88 static inline struct vmw_fence_ops *
89 vmw_fence_ops(struct pb_fence_ops *ops) in vmw_fence_ops() function
92 return (struct vmw_fence_ops *)ops; in vmw_fence_ops()
100 * @ops: Pointer to a struct vmw_fence_ops.
104 vmw_fences_release(struct vmw_fence_ops *ops) in vmw_fences_release()
130 struct vmw_fence_ops *ops = NULL; in vmw_fences_signal()
136 ops = vmw_fence_ops(fence_op in vmw_fences_signal()
[all...]

Completed in 1 milliseconds