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:current_saved_cs
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_gfx_cs.c
133
if (ctx->
current_saved_cs
) {
in si_flush_gfx_cs()
137
si_save_cs(ws, cs, &ctx->
current_saved_cs
->gfx, true);
in si_flush_gfx_cs()
138
ctx->
current_saved_cs
->flushed = true;
in si_flush_gfx_cs()
139
ctx->
current_saved_cs
->time_flush = os_time_get_nano();
in si_flush_gfx_cs()
166
si_check_vm_faults(ctx, &ctx->
current_saved_cs
->gfx, AMD_IP_GFX);
in si_flush_gfx_cs()
174
if (ctx->
current_saved_cs
)
in si_flush_gfx_cs()
175
si_saved_cs_reference(&ctx->
current_saved_cs
, NULL);
in si_flush_gfx_cs()
184
assert(!ctx->
current_saved_cs
);
in si_begin_gfx_cs_debug()
186
ctx->
current_saved_cs
= calloc(1, sizeof(*ctx->
current_saved_cs
));
in si_begin_gfx_cs_debug()
[all...]
H
A
D
si_debug.c
442
assert(ctx->
current_saved_cs
);
in si_log_cs()
444
struct si_saved_cs *scs = ctx->
current_saved_cs
;
in si_log_cs()
H
A
D
si_compute.c
1038
if (unlikely(sctx->
current_saved_cs
)) {
in si_launch_grid()
H
A
D
si_pipe.h
1190
struct si_saved_cs *
current_saved_cs
;
member
H
A
D
si_pipe.c
345
si_saved_cs_reference(&sctx->
current_saved_cs
, NULL);
in si_destroy_context()
H
A
D
si_state_draw.cpp
2596
if (unlikely(sctx->
current_saved_cs
)) {
Completed in 13 milliseconds