Searched refs:L2_STREAM (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c106 STATIC_ASSERT(L2_STREAM + 1 == L2_LRU);
111 test_cs ? L2_STREAM + (cs_method / NUM_SHADERS) : 0;
128 cache_policy == L2_STREAM ? "Str" : "");
132 method == L2_STREAM ? "Str" : "");
211 cache_policy == L2_STREAM, is_copy);
458 best->cache_policy == L2_LRU ? "L2_LRU " : "L2_STREAM");
464 best->cache_policy == L2_LRU ? "L2_LRU " : "L2_STREAM",
H A Dsi_compute_blit.c31 * and L2_STREAM for src.
40 return size <= 256 * 1024 ? L2_LRU : L2_STREAM;
336 si_get_flush_flags(sctx, SI_COHERENCY_SHADER, L2_STREAM);
422 si_get_flush_flags(sctx, SI_COHERENCY_SHADER, L2_STREAM);
541 si_get_flush_flags(sctx, SI_COHERENCY_SHADER, L2_STREAM);
601 si_get_flush_flags(sctx, SI_COHERENCY_SHADER, L2_STREAM);
H A Dsi_cp_dma.c95 S_500_DST_CACHE_POLICY(cache_policy == L2_STREAM);
107 S_500_SRC_CACHE_POLICY(cache_policy == L2_STREAM);
H A Dsi_pipe.h60 #define SI_COMPUTE_DST_CACHE_POLICY L2_STREAM
200 L2_STREAM, /* same as SLC=1 */ enumerator in enum:si_cache_policy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c129 cache_policy == L2_LRU ? "LRU" : cache_policy == L2_STREAM ? "Str" : "");
132 method == L2_LRU ? "LRU" : method == L2_STREAM ? "Str" : "");
142 cache_policy == L2_STREAM, is_copy);
433 best->cache_policy == L2_LRU ? "L2_LRU " : "L2_STREAM";
H A Dsi_cp_dma.c86 S_411_DST_SEL(V_411_DST_ADDR_TC_L2) | S_500_DST_CACHE_POLICY(cache_policy == L2_STREAM);
97 S_411_SRC_SEL(V_411_SRC_ADDR_TC_L2) | S_500_SRC_CACHE_POLICY(cache_policy == L2_STREAM);
H A Dsi_pipe.h263 L2_STREAM, /* same as SLC=1 */ enumerator in enum:si_cache_policy

Completed in 13 milliseconds