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:targetFrameTimeUs
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsCalibration.cpp
268
const float minGoodFrameTimeUs = m_params.
targetFrameTimeUs
* 0.95f;
in recomputeParameters()
269
const float maxGoodFrameTimeUs = m_params.
targetFrameTimeUs
* 1.15f;
in recomputeParameters()
326
endCalibration = endCalibration || (m_calibrateIterations.back().numDrawCalls == 1 && m_calibrateIterations.back().frameTime > m_params.
targetFrameTimeUs
*2.0f);
in recomputeParameters()
362
const float
targetFrameTimeUs
= m_params.
targetFrameTimeUs
;
in recomputeParameters()
local
378
newCallCount = (int)((
targetFrameTimeUs
- estimatorLine.offset) / estimatorLine.coefficient + 0.5f);
in recomputeParameters()
403
<< TestLog::Message << "Target frame time: " << params.
targetFrameTimeUs
<< " us (" << 1000000 / params.
targetFrameTimeUs
<< " fps)" << TestLog::EndMessage;
in logCalibrationInfo()
H
A
D
glsCalibration.hpp
120
,
targetFrameTimeUs
(1000.0f*targetFrameTimeMs_)
in CalibratorParameters()
130
float
targetFrameTimeUs
;
member
/third_party/vk-gl-cts/modules/gles3/performance/
H
A
D
es3pShaderOperatorTests.cpp
870
const float targetDrawCallTime = m_calibrator.getParameters().
targetFrameTimeUs
;
/third_party/vk-gl-cts/modules/gles2/performance/
H
A
D
es2pShaderOperatorTests.cpp
870
const float targetDrawCallTime = m_calibrator.getParameters().
targetFrameTimeUs
;
Completed in 7 milliseconds