Searched refs:PIPE_FLUSH_FENCE_FD (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_context.c | 79 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/ |
D | svga_pipe_flush.c | 45 if (flags & PIPE_FLUSH_FENCE_FD) in svga_flush()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_context.c | 62 if (flags & PIPE_FLUSH_FENCE_FD) { in vc4_pipe_flush()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_tests.c | 547 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/ |
D | p_defines.h | 390 PIPE_FLUSH_FENCE_FD = (1 << 2), enumerator
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_fence.c | 498 if (flags & PIPE_FLUSH_DEFERRED && !(flags & PIPE_FLUSH_FENCE_FD) && fence) { in si_flush_all_queues()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_context.c | 525 (flags & PIPE_FLUSH_FENCE_FD) ? &out_fence_fd : NULL, in etna_flush()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 797 pipe_flags |= PIPE_FLUSH_FENCE_FD; in st_context_flush()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri2.c | 768 pipe->flush(pipe, &fence, PIPE_FLUSH_FENCE_FD); in dri2_flush_frontbuffer()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 3439 if (deferred && !(flags & PIPE_FLUSH_FENCE_FD) && pfence) in zink_flush()
|