HomeSort by relevance Sort by last modified time
    Searched defs:lp_fence (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_fence.h 41 struct lp_fence struct
55 struct lp_fence *
60 lp_fence_signal(struct lp_fence *fence);
63 lp_fence_signalled(struct lp_fence *fence);
66 lp_fence_wait(struct lp_fence *fence);
73 lp_fence_destroy(struct lp_fence *fence);
76 lp_fence_reference(struct lp_fence **ptr,
77 struct lp_fence *f)
79 struct lp_fence *old = *ptr;
89 lp_fence_issued(const struct lp_fence *fence
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_fence.h 41 struct lp_fence struct
55 struct lp_fence *
60 lp_fence_signal(struct lp_fence *fence);
63 lp_fence_signalled(struct lp_fence *fence);
66 lp_fence_wait(struct lp_fence *fence);
73 lp_fence_destroy(struct lp_fence *fence);
76 lp_fence_reference(struct lp_fence **ptr,
77 struct lp_fence *f)
79 struct lp_fence *old = *ptr;
89 lp_fence_issued(const struct lp_fence *fence
    [all...]

Completed in 164 milliseconds