Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_flush.c45 if (flags & PIPE_FLUSH_FENCE_FD) in svga_flush()
/external/mesa3d/src/gallium/auxiliary/util/
Du_tests.c519 ctx->flush(ctx, &buf_fence, PIPE_FLUSH_FENCE_FD); in test_sync_file_fences()
524 ctx->flush(ctx, &tex_fence, PIPE_FLUSH_FENCE_FD); in test_sync_file_fences()
549 ctx->flush(ctx, &final_fence, PIPE_FLUSH_FENCE_FD); in test_sync_file_fences()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c53 if (flags & PIPE_FLUSH_FENCE_FD) in fd_context_flush()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h354 PIPE_FLUSH_FENCE_FD = (1 << 2), enumerator
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c412 !(flags & PIPE_FLUSH_FENCE_FD) && in si_flush_from_st()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c318 (flags & PIPE_FLUSH_FENCE_FD) ? &out_fence_fd : in etna_flush()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c647 pipe_flags |= PIPE_FLUSH_FENCE_FD; in st_context_flush()