Home
last modified time | relevance | path

Searched refs:L2_STREAM (Results 1 – 3 of 3) 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()
142 cache_policy == L2_STREAM, is_copy); in si_test_dma_perf()
Dsi_cp_dma.c87 S_411_DST_SEL(V_411_DST_ADDR_TC_L2) | S_500_DST_CACHE_POLICY(cache_policy == L2_STREAM); in si_emit_cp_dma()
98 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.h285 L2_STREAM, /* same as SLC=1 */ enumerator