Home
last modified time | relevance | path

Searched refs:doStencilTest (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexOnlyRenderPipelineTests.cpp182 auto doStencilTest = [&](const wgpu::RenderPassDescriptor* renderPass, in TEST_P() local
212 doStencilTest(&renderPassDescWithColor, stencilPipelineWithFragment, filled); in TEST_P()
213 doStencilTest(&renderPassDescNoColor, stencilPipelineNoFragment, notFilled); in TEST_P()
219 auto doStencilTest = [&](const wgpu::RenderPassDescriptor* renderPass, in TEST_P() local
250 doStencilTest(&renderPassDescWithColor, depthPipelineWithFragment, filled); in TEST_P()
251 doStencilTest(&renderPassDescNoColor, depthPipelineNoFragment, notFilled); in TEST_P()
/third_party/vk-gl-cts/framework/referencerenderer/
DrrFragmentOperations.cpp815 bool doStencilTest = hasStencil && state.stencilTestEnabled; in render() local
874 if (doStencilTest) in render()
893 if (doStencilTest) in render()