Searched refs:L2_BYPASS (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c64 assert(sctx->chip_class != SI || cache_policy == L2_BYPASS);
93 } else if (sctx->chip_class >= CIK && cache_policy != L2_BYPASS) {
105 } else if (sctx->chip_class >= CIK && cache_policy != L2_BYPASS) {
148 si_emit_cp_dma(sctx, sctx->gfx_cs, 0, 0, 0, CP_DMA_SYNC, L2_BYPASS);
248 if (sdst && cache_policy != L2_BYPASS)
404 if (dst && cache_policy != L2_BYPASS)
558 si_cp_dma_clear_buffer(sctx, sctx->gfx_cs, src, 0, 4, 0xabcdef01, 0, SI_COHERENCY_SHADER, L2_BYPASS);
559 si_cp_dma_clear_buffer(sctx, sctx->gfx_cs, src, 4, 4, 0x23456789, 0, SI_COHERENCY_SHADER, L2_BYPASS);
560 si_cp_dma_clear_buffer(sctx, sctx->gfx_cs, src, 8, 4, 0x87654321, 0, SI_COHERENCY_SHADER, L2_BYPASS);
561 si_cp_dma_clear_buffer(sctx, sctx->gfx_cs, src, 12, 4, 0xfedcba98, 0, SI_COHERENCY_SHADER, L2_BYPASS);
[all...]
H A Dsi_test_dma_perf.c117 if (test_cp && cache_policy != L2_BYPASS)
353 r->is_cp && r->cache_policy == L2_BYPASS)
383 if (cached && r->cache_policy == L2_BYPASS)
457 best->cache_policy == L2_BYPASS ? "L2_BYPASS" :
H A Dsi_compute_blit.c42 return L2_BYPASS;
56 (cache_policy == L2_BYPASS ? SI_CONTEXT_INV_GLOBAL_L2 : 0);
175 (cache_policy == L2_BYPASS ? SI_CONTEXT_WRITEBACK_GLOBAL_L2 : 0);
177 if (cache_policy != L2_BYPASS)
H A Dsi_pipe.c772 SI_COHERENCY_NONE, L2_BYPASS);
H A Dsi_pipe.h199 L2_BYPASS, enumerator in enum:si_cache_policy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c63 assert(sctx->chip_class != GFX6 || cache_policy == L2_BYPASS);
84 } else if (sctx->chip_class >= GFX7 && cache_policy != L2_BYPASS) {
95 } else if (sctx->chip_class >= GFX7 && cache_policy != L2_BYPASS) {
141 si_emit_cp_dma(sctx, cs, 0, 0, 0, CP_DMA_SYNC, L2_BYPASS);
229 if (sdst && cache_policy != L2_BYPASS)
384 if (dst && cache_policy != L2_BYPASS)
442 SI_COHERENCY_SHADER, L2_BYPASS);
444 SI_COHERENCY_SHADER, L2_BYPASS);
446 SI_COHERENCY_SHADER, L2_BYPASS);
448 SI_COHERENCY_SHADER, L2_BYPASS);
[all...]
H A Dsi_test_dma_perf.c113 if (test_cp && cache_policy != L2_BYPASS)
156 unsigned flags = cache_policy == L2_BYPASS ? SI_RESOURCE_FLAG_UNCACHED : 0;
335 r->cache_policy == L2_BYPASS)
361 if (cached && r->cache_policy == L2_BYPASS)
432 best->cache_policy == L2_BYPASS ? "L2_BYPASS" :
H A Dsi_cp_reg_shadowing.c170 SI_COHERENCY_CP, L2_BYPASS);
H A Dsi_compute_blit.c41 return L2_BYPASS;
54 (cache_policy == L2_BYPASS ? SI_CONTEXT_INV_L2 : 0);
144 if (get_cache_policy(sctx, coher, 0) == L2_BYPASS) {
H A Dsi_pipe.c979 SI_COHERENCY_NONE, L2_BYPASS);
H A Dsi_pipe.h262 L2_BYPASS, enumerator in enum:si_cache_policy

Completed in 38 milliseconds