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:outVal
(Results
1 - 13
of
13
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H
A
D
vktRayQueryBarycentricCoordinatesTests.cpp
353
const auto&
outVal
= outputData[i];
in iterate()
local
356
if (
outVal
.z() != 0.0f ||
outVal
.w() != 0.0f || de::abs(
outVal
.x() - expectedVal.x()) > kThreshold || de::abs(
outVal
.y() - expectedVal.y()) > kThreshold)
in iterate()
359
msg << "Unexpected value found for ray " << i << ": expected " << expectedVal << " and found " <<
outVal
<< ";";
in iterate()
local
H
A
D
vktRayQueryPositionFetchTests.cpp
647
/*const */ auto&
outVal
= outputData[i]; // Should be const but .xyz() isn't
in iterate()
local
648
tcu::Vec3 outVec3 =
outVal
.xyz();
in iterate()
657
msg << "Unexpected value found for element " << i << ": expected " << expectedVal << " and found " <<
outVal
<< ";";
in iterate()
local
664
msg << "Expected value found for element " << i << ": expected " << expectedVal << " and found " <<
outVal
<< ";\n";
in iterate()
H
A
D
vktRayQueryOpacityMicromapTests.cpp
1009
const auto&
outVal
= outputData[i];
in iterate()
local
1012
if (
outVal
!= expectedVal)
in iterate()
1015
msg << "Unexpected value found for ray " << i << ": expected " << expectedVal << " and found " <<
outVal
<< ";";
in iterate()
local
1022
msg << "Expected value found for ray " << i << ": expected " << expectedVal << " and found " <<
outVal
<< ";\n"; // XXX Debug remove
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H
A
D
vktRayQueryBarycentricCoordinatesTests.cpp
353
const auto&
outVal
= outputData[i];
in iterate()
local
356
if (
outVal
.z() != 0.0f ||
outVal
.w() != 0.0f || de::abs(
outVal
.x() - expectedVal.x()) > kThreshold || de::abs(
outVal
.y() - expectedVal.y()) > kThreshold)
in iterate()
359
msg << "Unexpected value found for ray " << i << ": expected " << expectedVal << " and found " <<
outVal
<< ";";
in iterate()
local
H
A
D
vktRayQueryOpacityMicromapTests.cpp
972
const auto&
outVal
= outputData[i];
in iterate()
local
975
if (
outVal
!= expectedVal)
in iterate()
978
msg << "Unexpected value found for ray " << i << ": expected " << expectedVal << " and found " <<
outVal
<< ";";
in iterate()
local
985
msg << "Expected value found for ray " << i << ": expected " << expectedVal << " and found " <<
outVal
<< ";\n"; // XXX Debug remove
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H
A
D
vktRayTracingBarycentricCoordinatesTests.cpp
412
const auto&
outVal
= outputData[i];
in iterate()
local
415
if (
outVal
.z() != 0.0f ||
outVal
.w() != 0.0f || de::abs(
outVal
.x() - expectedVal.x()) > kThreshold || de::abs(
outVal
.y() - expectedVal.y()) > kThreshold)
in iterate()
418
msg << "Unexpected value found for ray " << i << ": expected " << expectedVal << " and found " <<
outVal
<< ";";
in iterate()
local
H
A
D
vktRayTracingOpacityMicromapTests.cpp
718
const auto&
outVal
= outputData[i];
in iterate()
local
721
if (
outVal
!= expectedVal)
in iterate()
724
msg << "Unexpected value found for ray " << i << ": expected " << expectedVal << " and found " <<
outVal
<< ";";
in iterate()
local
731
msg << "Expected value found for ray " << i << ": expected " << expectedVal << " and found " <<
outVal
<< ";\n"; // XXX Debug remove
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H
A
D
vktRayTracingBarycentricCoordinatesTests.cpp
469
const auto&
outVal
= outputData[i];
in iterate()
local
472
if (
outVal
.z() != expectedVal.z() ||
outVal
.w() != 0.0f || de::abs(
outVal
.x() - expectedVal.x()) > kThreshold || de::abs(
outVal
.y() - expectedVal.y()) > kThreshold)
in iterate()
475
msg << "Unexpected value found for ray " << i << ": expected " << expectedVal << " and found " <<
outVal
<< ";";
in iterate()
local
H
A
D
vktRayTracingPositionFetchTests.cpp
435
/*const */ auto&
outVal
= outputData[i]; // Should be const but .xyz() isn't
in iterate()
local
436
tcu::Vec3 outVec3 =
outVal
.xyz();
in iterate()
445
msg << "Unexpected value found for element " << i << ": expected " << expectedVal << " and found " <<
outVal
<< ";";
in iterate()
local
452
msg << "Expected value found for element " << i << ": expected " << expectedVal << " and found " <<
outVal
<< ";\n";
in iterate()
H
A
D
vktRayTracingOpacityMicromapTests.cpp
716
const auto&
outVal
= outputData[i];
in iterate()
local
719
if (
outVal
!= expectedVal)
in iterate()
722
msg << "Unexpected value found for ray " << i << ": expected " << expectedVal << " and found " <<
outVal
<< ";";
in iterate()
local
729
msg << "Expected value found for ray " << i << ": expected " << expectedVal << " and found " <<
outVal
<< ";\n"; // XXX Debug remove
in iterate()
/third_party/vk-gl-cts/modules/gles2/scripts/
H
A
D
gen-conversions.py
274
return [IllegalConversionCase(inVal,
outVal
) for (inVal,
outVal
) in combinations]
/third_party/vk-gl-cts/modules/gles3/scripts/
H
A
D
gen-conversions.py
300
return [IllegalConversionCase(inVal,
outVal
) for (inVal,
outVal
) in combinations]
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fTransformFeedbackTests.cpp
740
deUint32
outVal
= *(const deUint32*)outPtr;
in compareTransformFeedbackOutput()
local
748
case glu::PRECISION_HIGHP: isEqual = de::abs((int)inVal - (int)
outVal
) < 2; break;
in compareTransformFeedbackOutput()
749
case glu::PRECISION_MEDIUMP: isEqual = de::abs((int)inVal - (int)
outVal
) < 2+(1<<13); break;
in compareTransformFeedbackOutput()
762
isEqual = (inVal ==
outVal
); // Bit-exact match required for integer types.
in compareTransformFeedbackOutput()
Completed in 16 milliseconds