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

  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer_fenced.h 71 struct pb_fence_ops struct
73 void (*destroy)( struct pb_fence_ops *ops );
76 void (*fence_reference)( struct pb_fence_ops *ops,
85 int (*fence_signalled)( struct pb_fence_ops *ops,
94 int (*fence_finish)( struct pb_fence_ops *ops,
pb_bufmgr.h 167 struct pb_fence_ops;
180 struct pb_fence_ops *ops,
pb_buffer_fenced.c 67 struct pb_fence_ops *ops;
199 struct pb_fence_ops *ops = fenced_mgr->ops;
296 struct pb_fence_ops *ops = fenced_mgr->ops;
333 struct pb_fence_ops *ops = fenced_mgr->ops;
399 struct pb_fence_ops *ops = fenced_mgr->ops;
681 struct pb_fence_ops *ops = fenced_mgr->ops;
836 struct pb_fence_ops *ops = fenced_mgr->ops;
1038 struct pb_fence_ops *ops,
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_fence.h 35 struct pb_fence_ops;
55 struct pb_fence_ops *
vmw_fence.c 47 struct pb_fence_ops base;
98 * struct pb_fence_ops pointer.
100 * @ops: Pointer to a struct pb_fence_ops.
104 vmw_fence_ops(struct pb_fence_ops *ops)
234 * vmw_fence_ops_fence_reference - wrapper for the pb_fence_ops api.
239 vmw_fence_ops_fence_reference(struct pb_fence_ops *ops,
249 * vmw_fence_ops_fence_signalled - wrapper for the pb_fence_ops api.
254 vmw_fence_ops_fence_signalled(struct pb_fence_ops *ops,
265 * vmw_fence_ops_fence_finish - wrapper for the pb_fence_ops api.
270 vmw_fence_ops_fence_finish(struct pb_fence_ops *ops
    [all...]

Completed in 1017 milliseconds