Home
last modified time | relevance | path

Searched refs:testDepth (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp1729 …const bool testDepth (config.separateStencilUsage ? (config.separateStencilUsage == TEST_DEP… in init() local
1743 if (testDepth) in init()
2001 if (testDepth && testStencil) in init()
2006 else if (testDepth) in init()
2018 if (testDepth && testStencil) in init()
2030 if (testDepth) in init()
2036 if (testDepth && testStencil) in init()
2038 else if (testDepth) in init()
/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp1899 ASSERT(!previousDeferredClears.testDepth()); in syncState()
2284 if (mDeferredClears.testDepth()) in redeferClears()
2348 if (mDeferredClears.testDepth()) in clearWithCommand()
2536 if (mDeferredClears.testDepth() || mDeferredClears.testStencil()) in startNewRenderPass()
2540 if (mDeferredClears.testDepth()) in startNewRenderPass()
Dvk_utils.h762 bool testDepth() const { return mEnabled.test(kUnpackedDepthIndex); }