Searched defs:vmw_fence_ops (Results 1 – 1 of 1) sorted by relevance
35 struct vmw_fence_ops struct40 struct pb_fence_ops base;41 struct vmw_winsys_screen *vws;43 pipe_mutex mutex;48 struct list_head not_signaled;49 uint32_t last_signaled;50 uint32_t last_emitted;85 vmw_fence_ops(struct pb_fence_ops *ops) in vmw_fence_ops() function