Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:L2_LRU
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_test_dma_perf.c
129
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()
235
/* Flush L2, so that we don't just test L2 cache performance except for
L2_LRU
. */
in si_test_dma_perf()
237
(cache_policy ==
L2_LRU
? 0 : SI_CONTEXT_INV_L2) |
in si_test_dma_perf()
353
if (r->cache_policy ==
L2_LRU
)
in si_test_dma_perf()
363
if (!cached && r->cache_policy ==
L2_LRU
)
in si_test_dma_perf()
433
best->cache_policy ==
L2_LRU
? "
L2_LRU
" : "L2_STREAM";
in si_test_dma_perf()
H
A
D
si_shaderlib_tgsi.c
496
SI_COMPUTE_DST_CACHE_POLICY !=
L2_LRU
? ", STREAM_CACHE_POLICY" : "");
in si_clear_12bytes_buffer_shader()
H
A
D
si_shaderlib_nir.c
265
.access = SI_COMPUTE_DST_CACHE_POLICY !=
L2_LRU
? ACCESS_STREAM_CACHE_POLICY : 0,
in si_create_clear_buffer_rmw_cs()
H
A
D
si_compute_blit.c
83
return
L2_LRU
; /* it's faster if L2 doesn't evict anything */
in get_cache_policy()
383
bool shader_dst_stream_policy = SI_COMPUTE_DST_CACHE_POLICY !=
L2_LRU
;
in si_compute_do_clear_or_copy()
H
A
D
si_pipe.h
69
#define SI_COMPUTE_DST_CACHE_POLICY
L2_LRU
286
L2_LRU
, /* same as SLC=0 */
enumerator
H
A
D
si_clear.c
65
sctx->flags |= si_get_flush_flags(sctx, SI_COHERENCY_CB_META,
L2_LRU
);
in si_execute_clears()
68
sctx->flags |= si_get_flush_flags(sctx, SI_COHERENCY_DB_META,
L2_LRU
);
in si_execute_clears()
Completed in 11 milliseconds