Home
last modified time | relevance | path

Searched refs:refDepth (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp1147 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 DvktRenderPassUnusedClearAttachmentTests.cpp1148 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 DditFrameworkTests.cpp811 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 DvktMeshShaderInOutTestsEXT.cpp986 const auto refDepth = referenceAccess.getDepth();
992 DE_ASSERT(resWidth == refWidth || resHeight == refHeight || resDepth == refDepth);
997 DE_UNREF(refDepth);
H A DvktMeshShaderMiscTests.cpp215 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 DvktMeshShaderMiscTestsEXT.cpp219 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 DvktMeshShaderInOutTestsEXT.cpp986 const auto refDepth = referenceAccess.getDepth();
992 DE_ASSERT(resWidth == refWidth || resHeight == refHeight || resDepth == refDepth);
997 DE_UNREF(refDepth);
H A DvktMeshShaderMiscTests.cpp215 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 DvktMeshShaderMiscTestsEXT.cpp219 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 DtcuImageCompare.cpp1067 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 DvktPipelineMultisampleTests.cpp6007 tcu::TextureLevel refDepth (getDepthCopyFormat(dsFormat), iExtent.x(), iExtent.y());
6011 auto refDepthAccess = refDepth.getAccess();

Completed in 71 milliseconds