/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DepthStencilStateTests.cpp | 114 baseState.stencilReadMask = 0xff; in CheckDepthCompareFunction() 122 state.stencilReadMask = 0xff; in CheckDepthCompareFunction() 157 baseState.stencilReadMask = 0xff; in CheckStencilCompareFunction() 170 state.stencilReadMask = 0xff; in CheckStencilCompareFunction() 203 baseState.stencilReadMask = 0xff; in CheckStencilOperation() 216 state.stencilReadMask = 0xff; in CheckStencilOperation() 240 state.stencilReadMask = 0xff; in CheckStencil() 326 state.stencilReadMask = 0xff; in TEST_P() 347 state.stencilReadMask = 0xff; in TEST_P() 412 baseState.stencilReadMask = 0xff; in TEST_P() [all …]
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DepthStencilStateTests.cpp | 116 baseState.stencilReadMask = 0xff; in CheckDepthCompareFunction() 124 state.stencilReadMask = 0xff; in CheckDepthCompareFunction() 165 baseState.stencilReadMask = 0xff; in CheckStencilCompareFunction() 178 state.stencilReadMask = 0xff; in CheckStencilCompareFunction() 218 baseState.stencilReadMask = 0xff; in CheckStencilOperation() 231 state.stencilReadMask = 0xff; in CheckStencilOperation() 257 state.stencilReadMask = 0xff; in CheckStencil() 383 state.stencilReadMask = 0xff; in TEST_P() 406 state.stencilReadMask = 0xff; in TEST_P() 471 baseState.stencilReadMask = 0xff; in TEST_P() [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | PersistentPipelineStateGL.cpp | 28 uint32_t stencilReadMask) { in SetStencilFuncsAndMask() argument 31 mStencilReadMask == stencilReadMask) { in SetStencilFuncsAndMask() 37 mStencilReadMask = stencilReadMask; in SetStencilFuncsAndMask()
|
D | PersistentPipelineStateGL.h | 31 uint32_t stencilReadMask);
|
D | RenderPipelineGL.cpp | 182 gl, backCompareFunction, frontCompareFunction, descriptor->stencilReadMask); in ApplyDepthStencilState()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | PersistentPipelineStateGL.cpp | 28 uint32_t stencilReadMask) { in SetStencilFuncsAndMask() argument 31 mStencilReadMask == stencilReadMask) { in SetStencilFuncsAndMask() 37 mStencilReadMask = stencilReadMask; in SetStencilFuncsAndMask()
|
D | PersistentPipelineStateGL.h | 31 uint32_t stencilReadMask);
|
D | RenderPipelineGL.cpp | 203 gl, backCompareFunction, frontCompareFunction, descriptor->stencilReadMask); in ApplyDepthStencilState()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
D | WireOptionalTests.cpp | 100 depthStencilState.stencilReadMask = 0xff; in TEST_F() 158 desc->depthStencil->stencilReadMask == 0xff && in TEST_F()
|
D | WireArgumentTests.cpp | 129 depthStencilState.stencilReadMask = 0xff; in TEST_F()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
D | WireOptionalTests.cpp | 119 depthStencilState.stencilReadMask = 0xff; in TEST_F() 186 desc->depthStencilState->stencilReadMask == 0xff && in TEST_F()
|
D | WireArgumentTests.cpp | 149 depthStencilState.stencilReadMask = 0xff; in TEST_F()
|
/third_party/flutter/skia/third_party/externals/dawn/src/utils/ |
D | ComboRenderPipelineDescriptor.cpp | 114 cDepthStencilState.stencilReadMask = 0xff; in ComboRenderPipelineDescriptor()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | RenderPipeline.cpp | 405 mDepthStencilState.stencilReadMask = 0xff; in RenderPipelineBase() 581 HashCombine(&hash, desc.stencilReadMask, desc.stencilWriteMask); in operator ()() 659 if (descA.stencilReadMask != descB.stencilReadMask || in operator ()()
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | ComboRenderPipelineDescriptor.cpp | 99 cDepthStencil.stencilReadMask = 0xff; in ComboRenderPipelineDescriptor()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | RenderPipeline.cpp | 659 mDepthStencil.stencilReadMask = 0xff; in RenderPipelineBase() 906 recorder.Record(desc.stencilReadMask, desc.stencilWriteMask); in ComputeContentHash() 1005 if (stateA.stencilReadMask != stateB.stencilReadMask || in operator ()()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPipelineVk.cpp | 300 depthStencilState.front.compareMask = descriptor->stencilReadMask; in ComputeDepthStencilDesc() 301 depthStencilState.back.compareMask = descriptor->stencilReadMask; in ComputeDepthStencilDesc()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | RenderPipelineMTL.mm | 261 backFaceStencil.readMask = descriptor->stencilReadMask; 272 frontFaceStencil.readMask = descriptor->stencilReadMask;
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnProgramBuilder.cpp | 233 state.stencilReadMask = state.stencilWriteMask = 0x0; in create_depth_stencil_state() 237 state.stencilReadMask = front.fTestMask; in create_depth_stencil_state()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPipelineVk.cpp | 316 depthStencilState.front.compareMask = descriptor->stencilReadMask; in ComputeDepthStencilDesc() 317 depthStencilState.back.compareMask = descriptor->stencilReadMask; in ComputeDepthStencilDesc()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnProgramBuilder.cpp | 217 state.stencilReadMask = front.fTestMask; in create_depth_stencil_state() 222 state.stencilReadMask = frontAndBack.fTestMask; in create_depth_stencil_state()
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 1241 uint8 stencilReadMask; member 1272 uint8 stencilReadMask; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | RenderPipelineMTL.mm | 270 backFaceStencil.readMask = descriptor->stencilReadMask; 281 frontFaceStencil.readMask = descriptor->stencilReadMask;
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | RenderPipelineD3D12.cpp | 280 static_cast<UINT8>(descriptor->stencilReadMask); in ComputeDepthStencilDesc()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | RenderPipelineD3D12.cpp | 290 static_cast<UINT8>(descriptor->stencilReadMask); in ComputeDepthStencilDesc()
|