Home
last modified time | relevance | path

Searched refs:PIPE_FLUSH_ASYNC (Results 1 - 25 of 39) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_hw_context.c38 ctx->b.dma.flush(ctx, PIPE_FLUSH_ASYNC, NULL); in r600_need_cs_space()
44 ctx->b.gfx.flush(ctx, PIPE_FLUSH_ASYNC, NULL); in r600_need_cs_space()
88 ctx->b.gfx.flush(ctx, PIPE_FLUSH_ASYNC, NULL); in r600_need_cs_space()
457 rctx->b.gfx.flush(rctx, PIPE_FLUSH_ASYNC, NULL); in r600_emit_pfp_sync_me()
H A Dr600_pipe_common.c251 ctx->gfx.flush(ctx, PIPE_FLUSH_ASYNC, NULL); in r600_need_dma_space()
269 ctx->dma.flush(ctx, PIPE_FLUSH_ASYNC, NULL); in r600_need_dma_space()
343 unsigned rflags = PIPE_FLUSH_ASYNC; in r600_flush_from_st()
563 ctx->gfx.flush(ctx, PIPE_FLUSH_ASYNC, NULL); in r600_resource_commit()
568 ctx->dma.flush(ctx, PIPE_FLUSH_ASYNC, NULL); in r600_resource_commit()
1117 rctx->gfx.flush(rctx, timeout ? 0 : PIPE_FLUSH_ASYNC, NULL); in r600_fence_finish()
H A Dr600_cs.h109 ring->flush(rctx, PIPE_FLUSH_ASYNC, NULL); in radeon_add_to_buffer_list_check_mem()
H A Dr600_buffer_common.c71 ctx->gfx.flush(ctx, PIPE_FLUSH_ASYNC, NULL); in r600_buffer_map_sync_with_rings()
82 ctx->dma.flush(ctx, PIPE_FLUSH_ASYNC, NULL); in r600_buffer_map_sync_with_rings()
H A Dradeon_vce.c66 enc->ws->cs_flush(&enc->cs, PIPE_FLUSH_ASYNC, NULL); in flush()
H A Devergreen_compute.c733 rctx->b.dma.flush(rctx, PIPE_FLUSH_ASYNC, NULL); in compute_emit_cs()
739 rctx->b.gfx.flush(rctx, PIPE_FLUSH_ASYNC, NULL); in compute_emit_cs()
H A Dradeon_uvd.c1020 flush(dec, PIPE_FLUSH_ASYNC); in ruvd_end_frame()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_fence.c356 si_flush_gfx_cs(sctx, (timeout ? 0 : PIPE_FLUSH_ASYNC) | RADEON_FLUSH_START_NEXT_GFX_IB_NOW, in si_fence_finish()
464 unsigned rflags = PIPE_FLUSH_ASYNC; in si_flush_all_queues()
542 if (!(flags & (PIPE_FLUSH_DEFERRED | PIPE_FLUSH_ASYNC))) { in si_flush_all_queues()
H A Dsi_test_dma_perf.c243 ctx->flush(ctx, NULL, PIPE_FLUSH_ASYNC); in si_test_dma_perf()
H A Dradeon_vce.c54 enc->ws->cs_flush(&enc->cs, PIPE_FLUSH_ASYNC, NULL); in flush()
H A Dradeon_uvd_enc.c106 enc->ws->cs_flush(&enc->cs, PIPE_FLUSH_ASYNC, NULL); in flush()
H A Dradeon_vcn_enc.c229 enc->ws->cs_flush(&enc->cs, PIPE_FLUSH_ASYNC, NULL); in flush()
H A Dsi_pipe.c452 ctx->flush(ctx, NULL, PIPE_FLUSH_ASYNC); in si_set_frontend_noop()
1048 ws->cs_flush(&cs[i], PIPE_FLUSH_ASYNC, NULL); in si_test_gds_memory_management()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_flush.c72 st_flush(st, &fence, PIPE_FLUSH_ASYNC | PIPE_FLUSH_HINT_FINISH); in st_finish()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_flush.c132 flags &= ~PIPE_FLUSH_ASYNC; in r300_flush_wrapped()
H A Dr300_query.c124 r300_flush(pipe, PIPE_FLUSH_ASYNC, in r300_end_query()
H A Dr300_blit.c397 r300_flush(&r300->context, PIPE_FLUSH_ASYNC, NULL); in r300_clear()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_fence.c157 pctx->flush(pctx, NULL, !timeout_ns ? PIPE_FLUSH_ASYNC : 0); in zink_fence_finish()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h391 PIPE_FLUSH_ASYNC = (1 << 3), enumerator
/third_party/mesa3d/src/gallium/include/winsys/
H A Dradeon_winsys.h42 (PIPE_FLUSH_ASYNC | RADEON_FLUSH_START_NEXT_GFX_IB_NOW)
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c440 pipe->flush(pipe, fence, PIPE_FLUSH_ASYNC); in util_throttle_memory_usage()
H A Du_threaded_context.c232 pipe->flush(pipe, NULL, PIPE_FLUSH_ASYNC); in tc_batch_execute()
2578 tc_flush(_pipe, NULL, PIPE_FLUSH_ASYNC); in tc_buffer_unmap()
2611 tc_flush(_pipe, NULL, PIPE_FLUSH_ASYNC); in tc_texture_unmap()
3053 bool async = flags & (PIPE_FLUSH_DEFERRED | PIPE_FLUSH_ASYNC); in tc_flush()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec.cpp398 PIPE_FLUSH_ASYNC | PIPE_FLUSH_HINT_FINISH); in d3d12_video_decoder_end_frame()
638 PIPE_FLUSH_ASYNC | PIPE_FLUSH_HINT_FINISH); in d3d12_video_decoder_end_frame()
H A Dd3d12_video_proc.cpp271 pD3D12Proc->m_pD3D12Context->base.flush(&pD3D12Proc->m_pD3D12Context->base, &completion_fence, PIPE_FLUSH_ASYNC | PIPE_FLUSH_HINT_FINISH); in d3d12_video_processor_flush()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_cs.c720 if (!(flags & PIPE_FLUSH_ASYNC)) in radeon_drm_cs_flush()

Completed in 35 milliseconds

12