Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c135 cache_policy == L2_LRU ? "LRU" : cache_policy == L2_STREAM ? "Str" : ""); in si_test_dma_perf()
138 method == L2_LRU ? "LRU" : method == L2_STREAM ? "Str" : ""); in si_test_dma_perf()
257 (cache_policy == L2_LRU ? 0 : SI_CONTEXT_INV_L2) | in si_test_dma_perf()
375 if (r->cache_policy == L2_LRU) in si_test_dma_perf()
389 if (!cached && r->cache_policy == L2_LRU) in si_test_dma_perf()
459 best->cache_policy == L2_LRU ? "L2_LRU " : "L2_STREAM"; in si_test_dma_perf()
Dsi_compute_blit.c40 return size <= 256 * 1024 ? L2_LRU : L2_STREAM; in get_cache_policy()
235 bool shader_dst_stream_policy = SI_COMPUTE_DST_CACHE_POLICY != L2_LRU; in si_compute_do_clear_or_copy()
614 sctx->flags |= si_get_flush_flags(sctx, SI_COHERENCY_CB_META, L2_LRU); in si_retile_dcc()
Dsi_cp_dma.c408 SI_COHERENCY_SHADER, L2_LRU); in cik_prefetch_TC_L2_async()
Dsi_pipe.h239 L2_LRU, /* same as SLC=0 */ enumerator