Searched refs:verifyDepth (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | ClearTest.cpp | 64 void verifyDepth(float depthValue, uint32_t size) in verifyDepth() function in __anon37ce29b10111::ClearTestES3 928 verifyDepth(kDepthClearValue, kSize); in TEST_P() 1211 verifyDepth(kDepthClearValue, kSize); in TEST_P() 1353 verifyDepth(kDepthClearValue, kHalfSize); in TEST_P() 2713 verifyDepth(0.5f, kSize); in TEST_P() 3026 verifyDepth(0.25f, 1); in TEST_P() 3030 verifyDepth(0.25f, 1); in TEST_P() 3083 verifyDepth(0.25f, 1); in TEST_P() 3222 verifyDepth(0.25f, 1); in TEST_P() 3244 verifyDepth(0.75f, 1); in TEST_P() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleTests.cpp | 1487 …const bool verifyDepth (m_separateStencilUsage ? (m_separateStencilUsage == TEST_DEPTH) : … in iterateInternal() local 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()
|
D | vktRenderPassDepthStencilResolveTests.cpp | 213 bool verifyDepth (void); 1056 bool DepthStencilResolveTest::verifyDepth (void) in verifyDepth() function in vkt::__anon400991100111::DepthStencilResolveTest 1212 result = verifyDepth(); in iterate()
|
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()
|
/external/deqp/modules/internal/ |
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()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
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()
|