Home
last modified time | relevance | path

Searched defs:verifyDepth (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/internal/
DditFrameworkTests.cpp809 const bool verifyDepth = (subCase.vtx[0].z() == subCase.vtx[1].z()) && in runCase() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp1056 bool DepthStencilResolveTest::verifyDepth (void) in verifyDepth() function in vkt::__anon400991100111::DepthStencilResolveTest
DvktRenderPassMultisampleTests.cpp1487 …const bool verifyDepth (m_separateStencilUsage ? (m_separateStencilUsage == TEST_DEPTH) : … in iterateInternal() local
DvktRenderPassSubpassDependencyTests.cpp97 bool verifyDepth (Context& context, in verifyDepth() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampledRenderToSingleSampledTests.cpp2343 const VerifySingleDepthPushConstants verifyDepth = in testEnd() local
3250 const VerifySingleDepthPushConstants verifyDepth = in dispatchVerifyClearAttachments() local
/external/angle/src/tests/gl_tests/
DClearTest.cpp64 void verifyDepth(float depthValue, uint32_t size) in verifyDepth() function in __anon37ce29b10111::ClearTestES3