Home
last modified time | relevance | path

Searched refs:stencilReadMask (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/end2end/
H A DDepthStencilStateTests.cpp117 state.stencilReadMask = 0xff; in CheckDepthCompareFunction()
171 state.stencilReadMask = 0xff; in CheckStencilCompareFunction()
224 state.stencilReadMask = 0xff; in CheckStencilOperation()
250 state.stencilReadMask = 0xff; in CheckStencil()
343 state.stencilReadMask = 0xff; in TEST_P()
366 state.stencilReadMask = 0xff; in TEST_P()
558 state.stencilReadMask = 0x2; in TEST_P()
597 state.stencilReadMask = 0xff; in TEST_P()
636 state.stencilReadMask = 0xff; in TEST_P()
673 state.stencilReadMask = 0xff; in TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/opengl/
H A DPersistentPipelineStateGL.cpp28 uint32_t stencilReadMask) { in SetStencilFuncsAndMask() argument
31 mStencilReadMask == stencilReadMask) { in SetStencilFuncsAndMask()
37 mStencilReadMask = stencilReadMask; in SetStencilFuncsAndMask()
H A DPersistentPipelineStateGL.h31 uint32_t stencilReadMask);
H A DRenderPipelineGL.cpp182 gl, backCompareFunction, frontCompareFunction, descriptor->stencilReadMask); in ApplyDepthStencilState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/opengl/
H A DPersistentPipelineStateGL.cpp28 uint32_t stencilReadMask) { in SetStencilFuncsAndMask() argument
31 mStencilReadMask == stencilReadMask) { in SetStencilFuncsAndMask()
37 mStencilReadMask = stencilReadMask; in SetStencilFuncsAndMask()
H A DPersistentPipelineStateGL.h31 uint32_t stencilReadMask);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/unittests/wire/
H A DWireOptionalTests.cpp111 depthStencilState.stencilReadMask = 0xff; in TEST_F()
168 desc->depthStencilState->stencilReadMask == 0xff && in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgpu/
H A Dgpu_depth_stencil_state_descriptor.idl16 GPUStencilValue stencilReadMask = 0xFFFFFFFF;
H A Dgpu_render_pipeline.cc85 dawn_desc.stencilReadMask = webgpu_desc->stencilReadMask(); in AsDawnType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgpu/
H A Dgpu_depth_stencil_state_descriptor.idl16 unsigned long stencilReadMask = 0xFFFFFFFF;
H A Dgpu_render_pipeline.cc85 dawn_desc.stencilReadMask = webgpu_desc->stencilReadMask(); in AsDawnType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/utils/
H A DComboRenderPipelineDescriptor.cpp111 cDepthStencilState.stencilReadMask = 0xff; in ComboRenderPipelineDescriptor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/utils/
H A DComboRenderPipelineDescriptor.cpp111 cDepthStencilState.stencilReadMask = 0xff; in ComboRenderPipelineDescriptor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/
H A DRenderPipeline.cpp443 mDepthStencilState.stencilReadMask = 0xff; in RenderPipelineBase()
587 HashCombine(&hash, desc.stencilReadMask, desc.stencilWriteMask); in operator ()()
665 if (descA.stencilReadMask != descB.stencilReadMask || in operator ()()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/
H A DRenderPipeline.cpp461 mDepthStencilState.stencilReadMask = 0xff;
631 HashCombine(&hash, desc.stencilReadMask, desc.stencilWriteMask); in operator ()()
707 if (descA.stencilReadMask != descB.stencilReadMask || in operator ()()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp312 depthStencilState.front.compareMask = descriptor->stencilReadMask; in ComputeDepthStencilDesc()
313 depthStencilState.back.compareMask = descriptor->stencilReadMask; in ComputeDepthStencilDesc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp294 depthStencilState.front.compareMask = descriptor->stencilReadMask; in ComputeDepthStencilDesc()
295 depthStencilState.back.compareMask = descriptor->stencilReadMask; in ComputeDepthStencilDesc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/metal/
H A DRenderPipelineMTL.mm268 backFaceStencil.readMask = descriptor->stencilReadMask;
279 frontFaceStencil.readMask = descriptor->stencilReadMask;
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1241 uint8 stencilReadMask; member
1272 uint8 stencilReadMask; member
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1241 uint8 stencilReadMask; member
1272 uint8 stencilReadMask; member
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1241 uint8 stencilReadMask; member
1272 uint8 stencilReadMask; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/metal/
H A DRenderPipelineMTL.mm259 backFaceStencil.readMask = descriptor->stencilReadMask;
270 frontFaceStencil.readMask = descriptor->stencilReadMask;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.cpp224 state.stencilReadMask = front.fTestMask; in create_depth_stencil_state()
229 state.stencilReadMask = frontAndBack.fTestMask; in create_depth_stencil_state()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1241 uint8 stencilReadMask; member
1272 uint8 stencilReadMask; member
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1241 uint8 stencilReadMask; member
1272 uint8 stencilReadMask; member

12345678