Home
last modified time | relevance | path

Searched refs:fd_fence_repopulate (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_fence.c82 fd_fence_repopulate(struct pipe_fence_handle *fence, struct pipe_fence_handle *last_fence) in fd_fence_repopulate() function
85 fd_fence_repopulate(fence, last_fence->last_fence); in fd_fence_repopulate()
Dfreedreno_fence.h80 void fd_fence_repopulate(struct pipe_fence_handle *fence,
Dfreedreno_context.c87 fd_fence_repopulate(*fencep, ctx->last_fence); in fd_context_flush()