Home
last modified time | relevance | path

Searched refs:testStencil (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp1730 …const bool testStencil (config.separateStencilUsage ? (config.separateStencilUsage == TEST_S… in init() local
1784 else if (testStencil) in init()
2001 if (testDepth && testStencil) in init()
2008 else if (testStencil) in init()
2018 if (testDepth && testStencil) in init()
2033 if (testStencil) in init()
2036 if (testDepth && testStencil) in init()
2040 else if (testStencil) in init()
/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp1900 ASSERT(!previousDeferredClears.testStencil()); in syncState()
2290 if (mDeferredClears.testStencil()) in redeferClears()
2356 if (mDeferredClears.testStencil()) in clearWithCommand()
2536 if (mDeferredClears.testDepth() || mDeferredClears.testStencil()) in startNewRenderPass()
2547 if (mDeferredClears.testStencil()) in startNewRenderPass()
Dvk_utils.h763 bool testStencil() const { return mEnabled.test(kUnpackedStencilIndex); }
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp1181 bool testStencil = defaultFramebufferStencilBits && stencilRenderbufferAvailable; in iterate() local
1310 if (testStencil && !tcu::fuzzyCompare(m_testCtx.getLog(), "Result", "Image comparison result", in iterate()