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:SI_CONTEXT_WB_L2
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_gfx_cs.c
652
SI_CONTEXT_INV_L2 |
SI_CONTEXT_WB_L2
| SI_CONTEXT_INV_L2_METADATA |
in gfx10_emit_cache_flush()
696
} else if (flags &
SI_CONTEXT_WB_L2
) {
in gfx10_emit_cache_flush()
909
SI_CONTEXT_INV_L2 |
SI_CONTEXT_WB_L2
| SI_CONTEXT_INV_L2_METADATA |
in si_emit_cache_flush()
1049
flags &= ~(SI_CONTEXT_INV_L2 |
SI_CONTEXT_WB_L2
);
in si_emit_cache_flush()
1084
if (flags & SI_CONTEXT_INV_L2 || (sctx->gfx_level <= GFX7 && (flags &
SI_CONTEXT_WB_L2
))) {
in si_emit_cache_flush()
1097
if (flags &
SI_CONTEXT_WB_L2
) {
in si_emit_cache_flush()
H
A
D
si_compute_blit.c
199
sctx->flags |= sctx->gfx_level <= GFX8 ?
SI_CONTEXT_WB_L2
: 0;
in si_launch_grid_internal()
249
sctx->flags |=
SI_CONTEXT_WB_L2
;
in si_launch_grid_internal_ssbos()
H
A
D
si_state_draw.cpp
2318
sctx->flags |=
SI_CONTEXT_WB_L2
;
2334
sctx->flags |=
SI_CONTEXT_WB_L2
;
2340
sctx->flags |=
SI_CONTEXT_WB_L2
;
H
A
D
si_compute.c
971
sctx->flags |=
SI_CONTEXT_WB_L2
;
in si_launch_grid()
H
A
D
si_pipe.h
89
#define
SI_CONTEXT_WB_L2
(1 << 7)
macro
H
A
D
si_pipe.c
1369
sscreen->barrier_flags.L2_to_cp |=
SI_CONTEXT_WB_L2
;
in radeonsi_screen_create_impl()
H
A
D
si_clear.c
104
sctx->flags |=
SI_CONTEXT_WB_L2
;
in si_execute_clears()
H
A
D
si_state.c
5371
sctx->flags |=
SI_CONTEXT_WB_L2
;
in si_memory_barrier()
5381
sctx->flags |=
SI_CONTEXT_WB_L2
;
in si_memory_barrier()
5386
sctx->flags |=
SI_CONTEXT_WB_L2
;
in si_memory_barrier()
Completed in 25 milliseconds