Searched refs:SI_COHERENCY_NONE (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c564 si_cp_dma_copy_buffer(sctx, NULL, src, offset, 0, 16, 0, SI_COHERENCY_NONE, L2_BYPASS);
565 si_cp_dma_copy_buffer(sctx, dst, NULL, 0, offset, 16, 0, SI_COHERENCY_NONE, L2_BYPASS);
572 si_cp_dma_clear_buffer(sctx, sctx->gfx_cs, NULL, offset, 16, 0xc1ea4146, 0, SI_COHERENCY_NONE, L2_BYPASS);
573 si_cp_dma_copy_buffer(sctx, dst, NULL, 0, offset, 16, 0, SI_COHERENCY_NONE, L2_BYPASS);
H A Dsi_test_dma_perf.c182 SI_COHERENCY_NONE, cache_policy);
186 SI_COHERENCY_NONE, cache_policy);
H A Dsi_compute_blit.c50 case SI_COHERENCY_NONE:
H A Dsi_pipe.c772 SI_COHERENCY_NONE, L2_BYPASS);
H A Dsi_pipe.h205 SI_COHERENCY_NONE, /* no cache flushes needed */ enumerator in enum:si_coherency
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c453 SI_COHERENCY_NONE, L2_BYPASS);
455 SI_COHERENCY_NONE, L2_BYPASS);
464 SI_OP_SYNC_BEFORE_AFTER, SI_COHERENCY_NONE, L2_BYPASS);
466 SI_COHERENCY_NONE, L2_BYPASS);
H A Dsi_test_dma_perf.c186 SI_COHERENCY_NONE, cache_policy);
189 SI_OP_SYNC_BEFORE_AFTER, SI_COHERENCY_NONE,
H A Dsi_compute_blit.c49 case SI_COHERENCY_NONE:
H A Dsi_pipe.c979 SI_COHERENCY_NONE, L2_BYPASS);
H A Dsi_pipe.h269 SI_COHERENCY_NONE, /* no cache flushes needed */ enumerator in enum:si_coherency

Completed in 19 milliseconds