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:sqtt_next_event
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_sqtt.c
650
sctx->
sqtt_next_event
= EventInvalid;
in si_init_thread_trace()
852
sctx->
sqtt_next_event
= EventInvalid;
in si_sqtt_write_event_marker()
873
sctx->
sqtt_next_event
= EventInvalid;
in si_write_event_with_dims_marker()
H
A
D
si_blit.c
1204
sctx->
sqtt_next_event
= EventCmdResolveImage;
in si_blit()
1210
sctx->
sqtt_next_event
= EventCmdCopyImage;
in si_blit()
1242
sctx->
sqtt_next_event
= EventCmdBlitImage;
in si_gfx_blit()
H
A
D
si_clear.c
1190
sctx->
sqtt_next_event
= EventCmdClearColorImage;
in si_clear()
1192
sctx->
sqtt_next_event
= EventCmdClearDepthStencilImage;
in si_clear()
H
A
D
si_pipe.h
1305
enum rgp_sqtt_marker_event_type
sqtt_next_event
;
member
H
A
D
si_state_draw.cpp
1445
si_sqtt_write_event_marker(sctx, &sctx->gfx_cs, sctx->
sqtt_next_event
,
Completed in 13 milliseconds