Home
last modified time | relevance | path

Searched refs:vc4_fence (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_fence.c47 struct vc4_fence { struct
53 static inline struct vc4_fence * argument
54 vc4_fence(struct pipe_fence_handle *pfence) in vc4_fence() function
56 return (struct vc4_fence *)pfence; in vc4_fence()
64 struct vc4_fence **p = (struct vc4_fence **)pp; in vc4_fence_reference()
65 struct vc4_fence *f = vc4_fence(pf); in vc4_fence_reference()
66 struct vc4_fence *old = *p; in vc4_fence_reference()
83 struct vc4_fence *f = vc4_fence(pf); in vc4_fence_finish()
91 struct vc4_fence *
94 struct vc4_fence *f = calloc(1, sizeof(*f)); in vc4_fence_create()
[all …]
Dvc4_screen.h124 struct vc4_fence *
DMakefile.sources19 vc4_fence.c \
Dvc4_context.c69 struct vc4_fence *f = vc4_fence_create(vc4->screen, in vc4_pipe_flush()
Dmeson.build39 'vc4_fence.c',