Searched refs:testDepth (Results 1 – 5 of 5) sorted by relevance
39 dawn::RenderPipeline CreateRenderPipelineWithOneOutputForTest(bool testDepth) { in CreateRenderPipelineWithOneOutputForTest() argument62 const char* fs = testDepth ? kFsOneOutputWithDepth : kFsOneOutputWithoutDepth; in CreateRenderPipelineWithOneOutputForTest()65 return CreateRenderPipelineForTest(fs, 1, testDepth); in CreateRenderPipelineWithOneOutputForTest()
1727 …const bool testDepth (config.separateStencilUsage ? (config.separateStencilUsage == TEST_DEP… in init() local1741 if (testDepth) in init()1999 if (testDepth && testStencil) in init()2004 else if (testDepth) in init()2016 if (testDepth && testStencil) in init()2028 if (testDepth) in init()2034 if (testDepth && testStencil) in init()2036 else if (testDepth) in init()
43 bool testDepth, in CreateRenderPipelineWithOneOutputForTest() argument76 const char* fs = testDepth ? kFsOneOutputWithDepth : kFsOneOutputWithoutDepth; in CreateRenderPipelineWithOneOutputForTest()78 return CreateRenderPipelineForTest(fs, 1, testDepth, sampleMask, alphaToCoverageEnabled, in CreateRenderPipelineWithOneOutputForTest()
1925 ASSERT(!previousDeferredClears.testDepth()); in syncState()2308 if (mDeferredClears.testDepth()) in redeferClears()2372 if (mDeferredClears.testDepth()) in clearWithCommand()2560 if (mDeferredClears.testDepth() || mDeferredClears.testStencil()) in startNewRenderPass()2564 if (mDeferredClears.testDepth()) in startNewRenderPass()
829 bool testDepth() const { return mEnabled.test(kUnpackedDepthIndex); }