Searched refs:L2_LRU (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_dma_perf.c | 129 cache_policy == L2_LRU ? "LRU" : cache_policy == L2_STREAM ? "Str" : ""); 132 method == L2_LRU ? "LRU" : method == L2_STREAM ? "Str" : ""); 235 /* Flush L2, so that we don't just test L2 cache performance except for L2_LRU. */ 237 (cache_policy == L2_LRU ? 0 : SI_CONTEXT_INV_L2) | 353 if (r->cache_policy == L2_LRU) 363 if (!cached && r->cache_policy == L2_LRU) 433 best->cache_policy == L2_LRU ? "L2_LRU " : "L2_STREAM";
|
| H A D | si_shaderlib_tgsi.c | 245 SI_COMPUTE_DST_CACHE_POLICY != L2_LRU ? ", STREAM_CACHE_POLICY" : ""); 682 SI_COMPUTE_DST_CACHE_POLICY != L2_LRU ? ", STREAM_CACHE_POLICY" : "");
|
| H A D | si_compute_blit.c | 39 return L2_LRU; /* it's faster if L2 doesn't evict anything */ 279 bool shader_dst_stream_policy = SI_COMPUTE_DST_CACHE_POLICY != L2_LRU;
|
| H A D | si_clear.c | 65 sctx->flags |= si_get_flush_flags(sctx, SI_COHERENCY_CB_META, L2_LRU); 68 sctx->flags |= si_get_flush_flags(sctx, SI_COHERENCY_DB_META, L2_LRU);
|
| H A D | si_pipe.h | 68 #define SI_COMPUTE_DST_CACHE_POLICY L2_LRU 264 L2_LRU, /* same as SLC=0 */ enumerator in enum:si_cache_policy
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_dma_perf.c | 106 STATIC_ASSERT(L2_STREAM + 1 == L2_LRU); 127 cache_policy == L2_LRU ? "LRU" : 131 method == L2_LRU ? "LRU" : 371 if (r->cache_policy == L2_LRU) 385 if (!cached && r->cache_policy == L2_LRU) 458 best->cache_policy == L2_LRU ? "L2_LRU " : "L2_STREAM"); 464 best->cache_policy == L2_LRU ? "L2_LRU " : "L2_STREAM",
|
| H A D | si_compute_blit.c | 40 return size <= 256 * 1024 ? L2_LRU : L2_STREAM; 138 bool shader_dst_stream_policy = SI_COMPUTE_DST_CACHE_POLICY != L2_LRU; 435 si_get_flush_flags(sctx, SI_COHERENCY_CB_META, L2_LRU) | 436 si_get_flush_flags(sctx, SI_COHERENCY_SHADER, L2_LRU);
|
| H A D | si_cp_dma.c | 418 SI_CPDMA_SKIP_ALL, SI_COHERENCY_SHADER, L2_LRU);
|
| H A D | si_pipe.h | 201 L2_LRU, /* same as SLC=0 */ enumerator in enum:si_cache_policy
|
Completed in 23 milliseconds