Searched defs:vmw_fence_ops (Results 1 – 1 of 1) sorted by relevance
37 struct vmw_fence_ops struct42 struct pb_fence_ops base;43 struct vmw_winsys_screen *vws;45 mtx_t mutex;50 struct list_head not_signaled;51 uint32_t last_signaled;52 uint32_t last_emitted;89 vmw_fence_ops(struct pb_fence_ops *ops) in vmw_fence_ops() function