/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 1494 const bool verifyDepth (m_separateStencilUsage ? (m_separateStencilUsage == TEST_DEPTH) : tcu::hasDepthComponent(srcFormat.order)); in iterateInternal() 1507 if (verifyDepth || verifyStencil) in iterateInternal() 1509 if (verifyDepth) in iterateInternal() 1538 if (verifyDepth) in iterateInternal() 1549 const Vec4 threshold (verifyDepth ? (1.0f / 1024.0f) : 0.0f, 0.0f, 0.0f, 0.0f); in iterateInternal()
|
H A D | vktRenderPassDepthStencilResolveTests.cpp | 213 bool verifyDepth (void); 1056 bool DepthStencilResolveTest::verifyDepth (void) in verifyDepth() function in vkt::__anon28580::DepthStencilResolveTest 1212 result = verifyDepth(); in iterate()
|
H A D | vktDynamicRenderingTests.cpp | 731 void verifyDepth (const tcu::TextureLevel& depthReference); 1323 verifyDepth(m_referenceImages[COLOR_ATTACHMENTS_NUMBER]); in verifyResults() 1329 void DynamicRenderingTestInstance::verifyDepth (const tcu::TextureLevel& depthReference) in verifyDepth() function in vkt::renderpass::__anon28578::DynamicRenderingTestInstance 3709 verifyDepth(reference); in baseTest()
|
H A D | vktRenderPassSubpassDependencyTests.cpp | 97 bool verifyDepth (Context& context, in verifyDepth() function 1795 if (!verifyDepth(m_context, reference.getAccess(), resultDepthAccess, depthThreshold)) in iterateInternal() 2834 if (!verifyDepth(m_context, reference.getAccess(), resultDepthAccess, depthThreshold)) in iterateInternal()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 1487 const bool verifyDepth (m_separateStencilUsage ? (m_separateStencilUsage == TEST_DEPTH) : tcu::hasDepthComponent(srcFormat.order)); in iterateInternal() 1500 if (verifyDepth || verifyStencil) in iterateInternal() 1502 if (verifyDepth) in iterateInternal() 1531 if (verifyDepth) in iterateInternal() 1542 const Vec4 threshold (verifyDepth ? (1.0f / 1024.0f) : 0.0f, 0.0f, 0.0f, 0.0f); in iterateInternal()
|
H A D | vktRenderPassDepthStencilResolveTests.cpp | 213 bool verifyDepth (void); 1056 bool DepthStencilResolveTest::verifyDepth (void) in verifyDepth() function in vkt::__anon29759::DepthStencilResolveTest 1212 result = verifyDepth(); in iterate()
|
H A D | vktRenderPassSubpassDependencyTests.cpp | 97 bool verifyDepth (Context& context, in verifyDepth() function 1795 if (!verifyDepth(m_context, reference.getAccess(), resultDepthAccess, depthThreshold)) in iterateInternal() 2834 if (!verifyDepth(m_context, reference.getAccess(), resultDepthAccess, depthThreshold)) in iterateInternal()
|
/third_party/vk-gl-cts/modules/internal/ |
H A D | ditFrameworkTests.cpp | 809 const bool verifyDepth = (subCase.vtx[0].z() == subCase.vtx[1].z()) && in runCase() local 831 const bool depthOk = verifyDepth && (depthDiff <= maxDepthUlpDiff); in runCase()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ClearTest.cpp | 65 void verifyDepth(float depthValue, uint32_t size) in verifyDepth() function in __anon20174::ClearTestES3 888 verifyDepth(kDepthClearValue, kSize); in TEST_P() 1171 verifyDepth(kDepthClearValue, kSize); in TEST_P() 1313 verifyDepth(kDepthClearValue, kHalfSize); in TEST_P() 2463 verifyDepth(0.5f, kSize); in TEST_P()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 2353 const VerifySingleDepthPushConstants verifyDepth = in testEnd() local 2359 static_cast<deUint32>(sizeof(verifyDepth)), &verifyDepth, "comp_singleDepth"); in testEnd() 3266 const VerifySingleDepthPushConstants verifyDepth = in dispatchVerifyClearAttachments() local 3272 static_cast<deUint32>(sizeof(verifyDepth)), &verifyDepth, "comp_singleDepth"); in dispatchVerifyClearAttachments()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 2343 const VerifySingleDepthPushConstants verifyDepth = in testEnd() local 2349 static_cast<deUint32>(sizeof(verifyDepth)), &verifyDepth, "comp_singleDepth"); in testEnd() 3250 const VerifySingleDepthPushConstants verifyDepth = in dispatchVerifyClearAttachments() local 3256 static_cast<deUint32>(sizeof(verifyDepth)), &verifyDepth, "comp_singleDepth"); in dispatchVerifyClearAttachments()
|