Home
last modified time | relevance | path

Searched refs:SI_CONTEXT_CS_PARTIAL_FLUSH (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gfx_cs.c39 const unsigned wait_ps_cs = SI_CONTEXT_PS_PARTIAL_FLUSH | SI_CONTEXT_CS_PARTIAL_FLUSH; in si_flush_gfx_cs()
608 SI_CONTEXT_CS_PARTIAL_FLUSH; in gfx10_emit_cache_flush()
697 if (flags & SI_CONTEXT_CS_PARTIAL_FLUSH && ctx->compute_is_busy) { in gfx10_emit_cache_flush()
802 SI_CONTEXT_CS_PARTIAL_FLUSH; in si_emit_cache_flush()
878 if (flags & SI_CONTEXT_CS_PARTIAL_FLUSH && sctx->compute_is_busy) { in si_emit_cache_flush()
Dsi_test_dma_perf.c172 sctx->flags |= SI_CONTEXT_CS_PARTIAL_FLUSH | in si_test_dma_perf()
238 SI_CONTEXT_CS_PARTIAL_FLUSH; in si_test_dma_perf()
Dsi_cp_dma.c200 sctx->flags |= SI_CONTEXT_CS_PARTIAL_FLUSH | SI_CONTEXT_PFP_SYNC_ME; in si_cp_dma_clear_buffer()
341 sctx->flags |= SI_CONTEXT_CS_PARTIAL_FLUSH | SI_CONTEXT_PFP_SYNC_ME; in si_cp_dma_copy_buffer()
Dsi_sqtt.c397 SI_CONTEXT_PS_PARTIAL_FLUSH | SI_CONTEXT_CS_PARTIAL_FLUSH | in si_thread_trace_start()
440 SI_CONTEXT_PS_PARTIAL_FLUSH | SI_CONTEXT_CS_PARTIAL_FLUSH | in si_thread_trace_stop()
853 if (flags & SI_CONTEXT_CS_PARTIAL_FLUSH) in si_sqtt_describe_barrier_end()
Dsi_state_streamout.c136 sctx->flags |= SI_CONTEXT_PS_PARTIAL_FLUSH | SI_CONTEXT_CS_PARTIAL_FLUSH | in si_set_streamout_targets()
Dsi_compute_blit.c71 sctx->flags |= SI_CONTEXT_CS_PARTIAL_FLUSH; in si_launch_grid_internal()
104 sctx->flags |= SI_CONTEXT_CS_PARTIAL_FLUSH; in si_launch_grid_internal()
Dsi_compute.c906 sctx->flags |= SI_CONTEXT_PS_PARTIAL_FLUSH | SI_CONTEXT_CS_PARTIAL_FLUSH; in si_launch_grid()
1022 sctx->flags |= SI_CONTEXT_CS_PARTIAL_FLUSH; in si_launch_grid()
Dsi_clear.c100 sctx->flags |= SI_CONTEXT_CS_PARTIAL_FLUSH; in si_execute_clears()
Dsi_pipe.h99 #define SI_CONTEXT_CS_PARTIAL_FLUSH (1 << 14) macro
Dsi_state.c2821 sctx->flags |= SI_CONTEXT_CS_PARTIAL_FLUSH; in si_set_framebuffer_state()
5157 sctx->flags |= SI_CONTEXT_PS_PARTIAL_FLUSH | SI_CONTEXT_CS_PARTIAL_FLUSH | in si_memory_barrier()
Dsi_state_draw.cpp2370 SI_CONTEXT_PS_PARTIAL_FLUSH | SI_CONTEXT_CS_PARTIAL_FLUSH | in si_draw()
Dsi_descriptors.c1820 sctx->flags |= SI_CONTEXT_PS_PARTIAL_FLUSH | SI_CONTEXT_CS_PARTIAL_FLUSH; in si_upload_bindless_descriptors()