Home
last modified time | relevance | path

Searched refs:L2_STREAM (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()
148 cache_policy == L2_STREAM, is_copy); in si_test_dma_perf()
Dsi_cp_dma.c91 S_411_DST_SEL(V_411_DST_ADDR_TC_L2) | S_500_DST_CACHE_POLICY(cache_policy == L2_STREAM); in si_emit_cp_dma()
102 S_411_SRC_SEL(V_411_SRC_ADDR_TC_L2) | S_500_SRC_CACHE_POLICY(cache_policy == L2_STREAM); in si_emit_cp_dma()
Dsi_pipe.h59 #define SI_COMPUTE_DST_CACHE_POLICY L2_STREAM
238 L2_STREAM, /* same as SLC=1 */ enumerator
Dsi_compute_blit.c40 return size <= 256 * 1024 ? L2_LRU : L2_STREAM; in get_cache_policy()