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:frame_stats
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/vulkan/overlay-layer/
H
A
D
overlay.cpp
93
struct frame_stat
frame_stats
;
member
198
struct frame_stat
frame_stats
;
member
785
data->
frame_stats
.stats[OVERLAY_PARAM_ENABLED_frame_timing] =
in snapshot_swapchain_frame()
791
data->frames_stats[f_idx].stats[s] += device_data->
frame_stats
.stats[s] + data->
frame_stats
.stats[s];
in snapshot_swapchain_frame()
792
data->accumulated_stats.stats[s] += device_data->
frame_stats
.stats[s] + data->
frame_stats
.stats[s];
in snapshot_swapchain_frame()
861
memset(&device_data->
frame_stats
, 0, sizeof(device_data->
frame_stats
));
in snapshot_swapchain_frame()
862
memset(&data->
frame_stats
,
in snapshot_swapchain_frame()
[all...]
Completed in 3 milliseconds