Searched refs:testStencil (Results 1 – 4 of 4) sorted by relevance
1730 …const bool testStencil (config.separateStencilUsage ? (config.separateStencilUsage == TEST_S… in init() local1784 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()
1900 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()
763 bool testStencil() const { return mEnabled.test(kUnpackedStencilIndex); }
1181 bool testStencil = defaultFramebufferStencilBits && stencilRenderbufferAvailable; in iterate() local1310 if (testStencil && !tcu::fuzzyCompare(m_testCtx.getLog(), "Result", "Image comparison result", in iterate()