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:EndSample
(Results
1 - 9
of
9
) sorted by relevance
/third_party/vk-gl-cts/modules/internal/
H
A
D
ditTestLogTests.cpp
58
log << TestLog::Sample << 1 << 2 << 2.3 << TestLog::
EndSample
in iterate()
59
<< TestLog::Sample << 0 << 0 << 0 << TestLog::
EndSample
in iterate()
60
<< TestLog::Sample << 421 << -23 << 0.00001 << TestLog::
EndSample
in iterate()
61
<< TestLog::Sample << 2 << 9 << -1e9 << TestLog::
EndSample
in iterate()
62
<< TestLog::Sample << std::numeric_limits<deInt64>::max() << std::numeric_limits<deInt64>::min() << -0.0f << TestLog::
EndSample
in iterate()
63
<< TestLog::Sample << 0x3355 << 0xf24 << std::numeric_limits<double>::max() << TestLog::
EndSample
;
in iterate()
member in dit::BasicSampleListCase::TestLog
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuTestLog.hpp
89
static const class EndSampleToken {}
EndSample
;
member in tcu::TestLog
H
A
D
tcuTestLog.cpp
623
const TestLog::EndSampleToken TestLog::
EndSample
= TestLog::EndSampleToken();
member in tcu::TestLog
/third_party/vk-gl-cts/modules/gles3/performance/
H
A
D
es3pBufferDataUploadTests.cpp
1382
<< tcu::TestLog::
EndSample
;
in logSampleList()
1414
<< tcu::TestLog::
EndSample
;
in logSampleList()
1444
<< tcu::TestLog::
EndSample
;
in logSampleList()
1478
<< tcu::TestLog::
EndSample
;
in logSampleList()
1510
<< tcu::TestLog::
EndSample
;
in logSampleList()
1538
<< tcu::TestLog::
EndSample
;
in logSampleList()
1568
<< tcu::TestLog::
EndSample
;
in logSampleList()
1602
<< tcu::TestLog::
EndSample
;
in logSampleList()
1638
<< tcu::TestLog::
EndSample
;
in logSampleList()
1674
<< tcu::TestLog::
EndSample
;
in logSampleList()
[all...]
H
A
D
es3pDepthTests.cpp
654
log << TestLog::Sample << sample.workload << sample.order << sample.testTime << TestLog::
EndSample
;
in logSamples()
671
log << TestLog::Sample << sample.workload << sample.order << sample.testTime << sample.nullTime << sample.baseTime << TestLog::
EndSample
;
in logSamples()
H
A
D
es3pShaderOperatorTests.cpp
969
log << TestLog::Sample << records[i].workloadSize << records[i].frameTimes[j] << TestLog::
EndSample
;
981
log << TestLog::Sample << records[i].workloadSize << records[i].getMedianTime() << TestLog::
EndSample
;
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglMakeCurrentPerfTests.cpp
437
log << TestLog::Sample << deInt64(m_samples[sampleNdx]) << TestLog::
EndSample
;
in logResults()
member in deqp::egl::TestLog
H
A
D
teglGLES2SharedRenderingPerfTests.cpp
952
log << TestLog::Sample << deInt64(resultsUs[resultNdx]) << TestLog::
EndSample
;
in logAndSetResults()
member in deqp::egl::__anon30359::__anon30361::TestLog
/third_party/vk-gl-cts/modules/gles2/performance/
H
A
D
es2pShaderOperatorTests.cpp
969
log << TestLog::Sample << records[i].workloadSize << records[i].frameTimes[j] << TestLog::
EndSample
;
981
log << TestLog::Sample << records[i].workloadSize << records[i].getMedianTime() << TestLog::
EndSample
;
Completed in 19 milliseconds