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:retrievedValue
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H
A
D
vktRayTracingBuiltinTests.cpp
2255
const float
retrievedValue
= float(bufferPtr[pos]) / float(FIXED_POINT_DIVISOR);
in validateFloatBuffer()
local
2257
if (deFloatAbs(
retrievedValue
- expectedValues[pos]) > eps)
in validateFloatBuffer()
2278
const float
retrievedValue
= float(bufferPtr[pos]) / float(FIXED_POINT_DIVISOR);
in validateFloatBuffer()
local
2281
if (deFloatAbs(
retrievedValue
- expectedValue) > eps)
in validateFloatBuffer()
2282
css << std::setprecision(8) << std::setw(12) << (n == 0 ?
retrievedValue
: expectedValue) << ",";
in validateFloatBuffer()
2316
const float
retrievedValue
= float(bufferPtr[pos]) / float(FIXED_POINT_DIVISOR);
in validateVectorBuffer()
local
2318
if (deFloatAbs(
retrievedValue
- expectedValues[pos]) > eps)
in validateVectorBuffer()
2341
const float
retrievedValue
= float(bufferPtr[pos]) / float(FIXED_POINT_DIVISOR);
in validateVectorBuffer()
local
2344
if (deFloatAbs(
retrievedValue
- expectedValue) > eps)
in validateVectorBuffer()
2345
css << std::setprecision(8) << std::setw(12) << (n == 0 ?
retrievedValue
in validateVectorBuffer()
2377
const float
retrievedValue
= float(bufferPtr[pos]) / float(FIXED_POINT_DIVISOR);
validateMatrixBuffer()
local
2403
const float
retrievedValue
= float(bufferPtr[pos]) / float(FIXED_POINT_DIVISOR);
validateMatrixBuffer()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H
A
D
vktRayQueryBuiltinTests.cpp
1675
const float
retrievedValue
= float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR);
in verify()
local
1678
if (deFloatAbs(
retrievedValue
- expectedValue) > eps)
in verify()
1698
const float
retrievedValue
= float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR);
in verify()
local
1701
if (deFloatAbs(
retrievedValue
- expectedValue) > eps)
in verify()
1702
css << std::setprecision(8) << std::setw(12) << (n == 0 ?
retrievedValue
: expectedValue) << ",";
in verify()
1740
const float
retrievedValue
= float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR);
in verify()
local
1743
if (deFloatAbs(
retrievedValue
- expectedValue) > eps)
in verify()
1769
const float
retrievedValue
= float(resultPtr[nSquares * retrievedComponentNdx + squareNdx]) / float(FIXED_POINT_DIVISOR);
in verify()
local
1775
if (deFloatAbs(
retrievedValue
- expectedValue) <= eps &&
in verify()
1819
const float
retrievedValue
in verify()
local
1858
const float
retrievedValue
= float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR);
verify()
local
1885
const float
retrievedValue
= float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR);
verify()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H
A
D
vktRayQueryBuiltinTests.cpp
1655
const float
retrievedValue
= float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR);
in verify()
local
1658
if (deFloatAbs(
retrievedValue
- expectedValue) > eps)
in verify()
1678
const float
retrievedValue
= float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR);
in verify()
local
1681
if (deFloatAbs(
retrievedValue
- expectedValue) > eps)
in verify()
1682
css << std::setprecision(8) << std::setw(12) << (n == 0 ?
retrievedValue
: expectedValue) << ",";
in verify()
1720
const float
retrievedValue
= float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR);
in verify()
local
1723
if (deFloatAbs(
retrievedValue
- expectedValue) > eps)
in verify()
1749
const float
retrievedValue
= float(resultPtr[nSquares * retrievedComponentNdx + squareNdx]) / float(FIXED_POINT_DIVISOR);
in verify()
local
1755
if (deFloatAbs(
retrievedValue
- expectedValue) <= eps &&
in verify()
1799
const float
retrievedValue
in verify()
local
1838
const float
retrievedValue
= float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR);
verify()
local
1865
const float
retrievedValue
= float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR);
verify()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H
A
D
vktRayTracingBuiltinTests.cpp
2270
const float
retrievedValue
= float(bufferPtr[pos]) / float(FIXED_POINT_DIVISOR);
in validateFloatBuffer()
local
2272
if (deFloatAbs(
retrievedValue
- expectedValues[pos]) > eps)
in validateFloatBuffer()
2293
const float
retrievedValue
= float(bufferPtr[pos]) / float(FIXED_POINT_DIVISOR);
in validateFloatBuffer()
local
2296
if (deFloatAbs(
retrievedValue
- expectedValue) > eps)
in validateFloatBuffer()
2297
css << std::setprecision(8) << std::setw(12) << (n == 0 ?
retrievedValue
: expectedValue) << ",";
in validateFloatBuffer()
2331
const float
retrievedValue
= float(bufferPtr[pos]) / float(FIXED_POINT_DIVISOR);
in validateVectorBuffer()
local
2333
if (deFloatAbs(
retrievedValue
- expectedValues[pos]) > eps)
in validateVectorBuffer()
2356
const float
retrievedValue
= float(bufferPtr[pos]) / float(FIXED_POINT_DIVISOR);
in validateVectorBuffer()
local
2359
if (deFloatAbs(
retrievedValue
- expectedValue) > eps)
in validateVectorBuffer()
2360
css << std::setprecision(8) << std::setw(12) << (n == 0 ?
retrievedValue
in validateVectorBuffer()
2392
const float
retrievedValue
= float(bufferPtr[pos]) / float(FIXED_POINT_DIVISOR);
validateMatrixBuffer()
local
2418
const float
retrievedValue
= float(bufferPtr[pos]) / float(FIXED_POINT_DIVISOR);
validateMatrixBuffer()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H
A
D
vktBindingDescriptorUpdateASTests.cpp
641
const deInt32
retrievedValue
= retrieved[pos];
in verify()
local
646
<< "retrieved " << std::fixed << std::setprecision(6) << std::setw(8) << float(
retrievedValue
) / float(FIXED_POINT_DIVISOR) << " (" <<
retrievedValue
<< ") "
in verify()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H
A
D
vktBindingDescriptorUpdateASTests.cpp
641
const deInt32
retrievedValue
= retrieved[pos];
in verify()
local
646
<< "retrieved " << std::fixed << std::setprecision(6) << std::setw(8) << float(
retrievedValue
) / float(FIXED_POINT_DIVISOR) << " (" <<
retrievedValue
<< ") "
in verify()
Completed in 29 milliseconds