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
defs:expectedMax
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/tests/
H
A
D
DrawOpAtlasTest.cpp
81
check(skiatest::Reporter* r, GrDrawOpAtlas* atlas, uint32_t expectedActive, uint32_t
expectedMax
, int expectedAlloced)
check()
argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H
A
D
vktFragmentOperationsEarlyFragmentTests.cpp
586
const int
expectedMax
= (m_useEarlyLateTests ? (renderSize.x() * renderSize.y()) : (expectedCounter + tolerance));
in iterate()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H
A
D
vktFragmentOperationsEarlyFragmentTests.cpp
586
const int
expectedMax
= (m_useEarlyLateTests ? (renderSize.x() * renderSize.y()) : (expectedCounter + tolerance));
in iterate()
local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
DepthStencilFormatsTest.cpp
697
std::vector<GLfloat>
expectedMax
;
in TEST_P()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H
A
D
vktQueryPoolStatisticsTests.cpp
3937
deUint64
expectedMax
= 0u;
in calculateExpectedMax()
local
4018
deUint64
expectedMax
= calculateExpectedMax((1u << statisticBit));
in checkResult()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H
A
D
vktQueryPoolStatisticsTests.cpp
1713
deUint64
expectedMax
= 0u;
in checkResult()
local
2900
deUint64
expectedMax
= 0u;
in checkResult()
local
3951
deUint64
expectedMax
= 0u;
in calculateExpectedMax()
local
4032
deUint64
expectedMax
= calculateExpectedMax((1u << statisticBit));
checkResult()
local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fShaderImageLoadStoreTests.cpp
3212
const int
expectedMax
= (expectedCounter + tolerance) * numSamples;
in iterate()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsmFloatControlsTests.cpp
2618
double
expectedMax
= deMax(1.0 / (expectedInverseSqrt - inverseSqrtPrecision), 1.0 / (expectedInverseSqrt + inverseSqrtPrecision));
in isSqrtResultCorrect()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsmFloatControlsTests.cpp
2616
double
expectedMax
= deMax(1.0 / (expectedInverseSqrt - inverseSqrtPrecision), 1.0 / (expectedInverseSqrt + inverseSqrtPrecision));
in isSqrtResultCorrect()
local
Completed in 45 milliseconds