Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/internal/
H A DditFrameworkTests.cpp724 const bool verifyDepth = in runCase() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingDepthStencilResolveTests.cpp979 bool DepthStencilResolveTest::verifyDepth(void) in verifyDepth() function in vkt::renderpass::__anon1a64054d0111::DepthStencilResolveTest
H A DvktRenderPassDepthStencilResolveTests.cpp1020 bool DepthStencilResolveTest::verifyDepth(void) in verifyDepth() function in vkt::__anonbd6d96410111::DepthStencilResolveTest
H A DvktDynamicRenderingTests.cpp1203 void DynamicRenderingTestInstance::verifyDepth(const tcu::TextureLevel &depthReference) in verifyDepth() function in vkt::renderpass::__anon912580460111::DynamicRenderingTestInstance
H A DvktRenderPassMultisampleTests.cpp1684 const bool verifyDepth(m_separateStencilUsage ? (m_separateStencilUsage == TEST_DEPTH) : in verifyResult() local
H A DvktRenderPassSubpassDependencyTests.cpp98 bool verifyDepth(Context &context, const ConstPixelBufferAccess &reference, const ConstPixelBufferA… in verifyDepth() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp2400 const VerifySingleDepthPushConstants verifyDepth = { in testEnd() local
3315 const VerifySingleDepthPushConstants verifyDepth = { in dispatchVerifyClearAttachments() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DClearTest.cpp64 void verifyDepth(float depthValue, uint32_t size) in verifyDepth() function in __anon55fde6420111::ClearTestES3
H A DFramebufferTest.cpp2628 void verifyDepth(GLuint framebuffer, int width, int height, float depthValue) in verifyDepth() function in FramebufferTest_ES31