Home
last modified time | relevance | path

Searched refs:L2_LRU (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c129 cache_policy == L2_LRU ? "LRU" : cache_policy == L2_STREAM ? "Str" : ""); in si_test_dma_perf()
132 method == L2_LRU ? "LRU" : method == L2_STREAM ? "Str" : ""); in si_test_dma_perf()
237 (cache_policy == L2_LRU ? 0 : SI_CONTEXT_INV_L2) | in si_test_dma_perf()
353 if (r->cache_policy == L2_LRU) in si_test_dma_perf()
363 if (!cached && r->cache_policy == L2_LRU) in si_test_dma_perf()
433 best->cache_policy == L2_LRU ? "L2_LRU " : "L2_STREAM"; in si_test_dma_perf()
Dsi_shaderlib_tgsi.c245 SI_COMPUTE_DST_CACHE_POLICY != L2_LRU ? ", STREAM_CACHE_POLICY" : ""); in si_create_clear_buffer_rmw_cs()
682 SI_COMPUTE_DST_CACHE_POLICY != L2_LRU ? ", STREAM_CACHE_POLICY" : ""); in si_clear_12bytes_buffer_shader()
Dsi_compute_blit.c39 return L2_LRU; /* it's faster if L2 doesn't evict anything */ in get_cache_policy()
279 bool shader_dst_stream_policy = SI_COMPUTE_DST_CACHE_POLICY != L2_LRU; in si_compute_do_clear_or_copy()
Dsi_clear.c65 sctx->flags |= si_get_flush_flags(sctx, SI_COHERENCY_CB_META, L2_LRU); in si_execute_clears()
68 sctx->flags |= si_get_flush_flags(sctx, SI_COHERENCY_DB_META, L2_LRU); in si_execute_clears()
Dsi_pipe.h68 #define SI_COMPUTE_DST_CACHE_POLICY L2_LRU
264 L2_LRU, /* same as SLC=0 */ enumerator