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

  /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...]
lp_fence.c 32 #include "lp_fence.h"
44 struct lp_fence *
48 struct lp_fence *fence = CALLOC_STRUCT(lp_fence);
70 lp_fence_destroy(struct lp_fence *fence)
86 lp_fence_signal(struct lp_fence *fence)
108 lp_fence_signalled(struct lp_fence *f)
114 lp_fence_wait(struct lp_fence *f)
lp_query.h 46 struct lp_fence *fence; /* fence from last scene this was binned in */
lp_screen.c 40 #include "lp_fence.h"
405 struct lp_fence **old = (struct lp_fence **) ptr;
406 struct lp_fence *f = (struct lp_fence *) fence;
419 struct lp_fence *f = (struct lp_fence *) fence;
432 struct lp_fence *f = (struct lp_fence *) fence_handle;
lp_rast.h 46 struct lp_fence;
161 struct lp_fence *fence;
211 lp_rast_arg_fence( struct lp_fence *fence )
Makefile 17 lp_fence.c \
lp_setup_context.h 92 struct lp_fence *last_fence;
lp_scene.h 131 struct lp_fence *fence;
lp_setup.c 48 #include "lp_fence.h"
345 lp_fence_reference((struct lp_fence **)fence, setup->last_fence);

Completed in 382 milliseconds