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:gpu_timestamp
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/intel/ds/
H
A
D
intel_pps_driver.cc
219
uint64_t
gpu_timestamp
= gpu_timestamp_udw | gpu_timestamp_ldw;
in parse_perf_records()
local
222
gpu_timestamp
- prev_gpu_timestamp);
in parse_perf_records()
227
prev_gpu_timestamp =
gpu_timestamp
;
in parse_perf_records()
230
record.timestamp =
gpu_timestamp
;
in parse_perf_records()
310
auto
gpu_timestamp
= records[1].timestamp;
in gpu_next()
local
315
return intel_device_info_timebase_scale(&perf->devinfo,
gpu_timestamp
);
in gpu_next()
330
uint64_t IntelDriver::
gpu_timestamp
() const
in gpu_timestamp()
function in pps::IntelDriver
H
A
D
intel_pps_driver.h
51
uint64_t
gpu_timestamp
() const override;
/third_party/mesa3d/src/intel/dev/
H
A
D
intel_device_info.h
496
uint64_t
gpu_timestamp
)
in intel_device_info_timebase_scale()
499
uint64_t upper_ts =
gpu_timestamp
>> 32;
in intel_device_info_timebase_scale()
500
uint64_t lower_ts =
gpu_timestamp
& 0xffffffff;
in intel_device_info_timebase_scale()
495
intel_device_info_timebase_scale(const struct intel_device_info *devinfo, uint64_t
gpu_timestamp
)
intel_device_info_timebase_scale()
argument
/third_party/mesa3d/src/tool/pps/
H
A
D
pps_datasource.cc
247
uint64_t gpu_ts = driver->
gpu_timestamp
();
in add_timestamp()
305
descriptor_gpu_timestamp = driver->
gpu_timestamp
();
in trace()
322
while (auto
gpu_timestamp
= driver->next()) {
in trace()
323
if (
gpu_timestamp
<= descriptor_gpu_timestamp) {
in trace()
331
packet->set_timestamp(
gpu_timestamp
);
in trace()
H
A
D
pps_driver.h
78
/// Clock ID in which the values returned by
gpu_timestamp
() belong
82
virtual uint64_t
gpu_timestamp
() const = 0;
/third_party/mesa3d/src/panfrost/ds/
H
A
D
pan_pps_driver.h
45
uint64_t
gpu_timestamp
() const override;
H
A
D
pan_pps_driver.cc
165
uint64_t PanfrostDriver::
gpu_timestamp
() const
in gpu_timestamp()
function in pps::PanfrostDriver
/third_party/mesa3d/src/freedreno/ds/
H
A
D
fd_pps_driver.h
32
uint64_t
gpu_timestamp
() const override;
H
A
D
fd_pps_driver.cc
706
FreedrenoDriver::
gpu_timestamp
() const
in gpu_timestamp()
function in pps::FreedrenoDriver
/third_party/mesa3d/src/amd/common/
H
A
D
ac_rgp.h
181
uint64_t
gpu_timestamp
;
member
H
A
D
ac_rgp.c
851
uint64_t
gpu_timestamp
;
member
1154
clock_calibration.
gpu_timestamp
= record->
gpu_timestamp
;
in ac_sqtt_dump_data()
Completed in 8 milliseconds