Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DMultisampledRenderingTests.cpp39 dawn::RenderPipeline CreateRenderPipelineWithOneOutputForTest(bool testDepth) { in CreateRenderPipelineWithOneOutputForTest() argument
62 const char* fs = testDepth ? kFsOneOutputWithDepth : kFsOneOutputWithoutDepth; in CreateRenderPipelineWithOneOutputForTest()
65 return CreateRenderPipelineForTest(fs, 1, testDepth); in CreateRenderPipelineWithOneOutputForTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp1727 …const bool testDepth (config.separateStencilUsage ? (config.separateStencilUsage == TEST_DEP… in init() local
1741 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()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DMultisampledRenderingTests.cpp43 bool testDepth, in CreateRenderPipelineWithOneOutputForTest() argument
76 const char* fs = testDepth ? kFsOneOutputWithDepth : kFsOneOutputWithoutDepth; in CreateRenderPipelineWithOneOutputForTest()
78 return CreateRenderPipelineForTest(fs, 1, testDepth, sampleMask, alphaToCoverageEnabled, in CreateRenderPipelineWithOneOutputForTest()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp1925 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()
Dvk_utils.h829 bool testDepth() const { return mEnabled.test(kUnpackedDepthIndex); }