Home
last modified time | relevance | path

Searched refs:PIPE_FLUSH_FENCE_FD (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c79 assert(!(flags & PIPE_FLUSH_FENCE_FD)); in fd_context_flush()
107 if ((flags & PIPE_FLUSH_FENCE_FD) && ctx->last_fence && in fd_context_flush()
123 if (flags & PIPE_FLUSH_FENCE_FD) in fd_context_flush()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_flush.c45 if (flags & PIPE_FLUSH_FENCE_FD) in svga_flush()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.c62 if (flags & PIPE_FLUSH_FENCE_FD) { in vc4_pipe_flush()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tests.c547 ctx->flush(ctx, &buf_fence, PIPE_FLUSH_FENCE_FD); in test_sync_file_fences()
552 ctx->flush(ctx, &tex_fence, PIPE_FLUSH_FENCE_FD); in test_sync_file_fences()
577 ctx->flush(ctx, &final_fence, PIPE_FLUSH_FENCE_FD); in test_sync_file_fences()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h390 PIPE_FLUSH_FENCE_FD = (1 << 2), enumerator
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c498 if (flags & PIPE_FLUSH_DEFERRED && !(flags & PIPE_FLUSH_FENCE_FD) && fence) { in si_flush_all_queues()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c525 (flags & PIPE_FLUSH_FENCE_FD) ? &out_fence_fd : NULL, in etna_flush()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c797 pipe_flags |= PIPE_FLUSH_FENCE_FD; in st_context_flush()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri2.c768 pipe->flush(pipe, &fence, PIPE_FLUSH_FENCE_FD); in dri2_flush_frontbuffer()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c3439 if (deferred && !(flags & PIPE_FLUSH_FENCE_FD) && pfence) in zink_flush()