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:refDepth
(Results
1 - 11
of
11
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H
A
D
vktRenderPassUnusedClearAttachmentTests.cpp
1147
const float
refDepth
= (m_testParams.depthStencilUsed ? m_clearColorDepth.depthStencil.depth : m_initialColorDepth.depthStencil.depth);
in iterate()
local
1157
if (de::abs(value -
refDepth
) > 0.001f)
in iterate()
1162
<< x << ", " << y << "): expected value " <<
refDepth
<< " and found " << value;
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H
A
D
vktRenderPassUnusedClearAttachmentTests.cpp
1148
const float
refDepth
= (m_testParams.depthStencilUsed ? m_clearColorDepth.depthStencil.depth : m_initialColorDepth.depthStencil.depth);
in iterate()
local
1158
if (de::abs(value -
refDepth
) > 0.001f)
in iterate()
1163
<< x << ", " << y << "): expected value " <<
refDepth
<< " and found " << value;
in iterate()
/third_party/vk-gl-cts/modules/internal/
H
A
D
ditFrameworkTests.cpp
811
const float
refDepth
= subCase.vtx[0].z()*(zf - zn)/2.0f + (zn + zf)/2.0f;
in runCase()
local
830
const deUint32 depthDiff = ulpDiff(depth,
refDepth
);
in runCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H
A
D
vktMeshShaderInOutTestsEXT.cpp
986
const auto
refDepth
= referenceAccess.getDepth();
992
DE_ASSERT(resWidth == refWidth || resHeight == refHeight || resDepth ==
refDepth
);
997
DE_UNREF(
refDepth
);
H
A
D
vktMeshShaderMiscTests.cpp
215
const auto
refDepth
= referenceAccess.getDepth();
in verifyResult()
local
221
DE_ASSERT(resWidth == refWidth || resHeight == refHeight || resDepth ==
refDepth
);
in verifyResult()
226
DE_UNREF(
refDepth
);
in verifyResult()
H
A
D
vktMeshShaderMiscTestsEXT.cpp
219
const auto
refDepth
= referenceAccess.getDepth();
in verifyResult()
local
225
DE_ASSERT(resWidth == refWidth || resHeight == refHeight || resDepth ==
refDepth
);
in verifyResult()
230
DE_UNREF(
refDepth
);
in verifyResult()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H
A
D
vktMeshShaderInOutTestsEXT.cpp
986
const auto
refDepth
= referenceAccess.getDepth();
992
DE_ASSERT(resWidth == refWidth || resHeight == refHeight || resDepth ==
refDepth
);
997
DE_UNREF(
refDepth
);
H
A
D
vktMeshShaderMiscTests.cpp
215
const auto
refDepth
= referenceAccess.getDepth();
in verifyResult()
local
221
DE_ASSERT(resWidth == refWidth || resHeight == refHeight || resDepth ==
refDepth
);
in verifyResult()
226
DE_UNREF(
refDepth
);
in verifyResult()
H
A
D
vktMeshShaderMiscTestsEXT.cpp
219
const auto
refDepth
= referenceAccess.getDepth();
in verifyResult()
local
225
DE_ASSERT(resWidth == refWidth || resHeight == refHeight || resDepth ==
refDepth
);
in verifyResult()
230
DE_UNREF(
refDepth
);
in verifyResult()
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuImageCompare.cpp
1067
float
refDepth
= reference.getPixDepth(x, y, z);
in dsThresholdCompare()
local
1069
float diff = de::abs(
refDepth
- cmpDepth);
in dsThresholdCompare()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineMultisampleTests.cpp
6007
tcu::TextureLevel
refDepth
(getDepthCopyFormat(dsFormat), iExtent.x(), iExtent.y());
6011
auto refDepthAccess =
refDepth
.getAccess();
Completed in 71 milliseconds