/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DepthStencilStateTests.cpp | 105 stencilFace.failOp = dawn::StencilOperation::Keep; in CheckDepthCompareFunction() 106 stencilFace.depthFailOp = dawn::StencilOperation::Keep; in CheckDepthCompareFunction() 107 stencilFace.passOp = dawn::StencilOperation::Keep; in CheckDepthCompareFunction() 149 baseStencilFaceDescriptor.failOp = dawn::StencilOperation::Keep; in CheckStencilCompareFunction() 150 baseStencilFaceDescriptor.depthFailOp = dawn::StencilOperation::Keep; in CheckStencilCompareFunction() 162 stencilFaceDescriptor.failOp = dawn::StencilOperation::Keep; in CheckStencilCompareFunction() 163 stencilFaceDescriptor.depthFailOp = dawn::StencilOperation::Keep; in CheckStencilCompareFunction() 164 stencilFaceDescriptor.passOp = dawn::StencilOperation::Keep; in CheckStencilCompareFunction() 195 baseStencilFaceDescriptor.failOp = dawn::StencilOperation::Keep; in CheckStencilOperation() 196 baseStencilFaceDescriptor.depthFailOp = dawn::StencilOperation::Keep; in CheckStencilOperation() [all …]
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DepthStencilStateTests.cpp | 107 stencilFace.failOp = wgpu::StencilOperation::Keep; in CheckDepthCompareFunction() 108 stencilFace.depthFailOp = wgpu::StencilOperation::Keep; in CheckDepthCompareFunction() 109 stencilFace.passOp = wgpu::StencilOperation::Keep; in CheckDepthCompareFunction() 157 baseStencilFaceDescriptor.failOp = wgpu::StencilOperation::Keep; in CheckStencilCompareFunction() 158 baseStencilFaceDescriptor.depthFailOp = wgpu::StencilOperation::Keep; in CheckStencilCompareFunction() 170 stencilFaceDescriptor.failOp = wgpu::StencilOperation::Keep; in CheckStencilCompareFunction() 171 stencilFaceDescriptor.depthFailOp = wgpu::StencilOperation::Keep; in CheckStencilCompareFunction() 172 stencilFaceDescriptor.passOp = wgpu::StencilOperation::Keep; in CheckStencilCompareFunction() 210 baseStencilFaceDescriptor.failOp = wgpu::StencilOperation::Keep; in CheckStencilOperation() 211 baseStencilFaceDescriptor.depthFailOp = wgpu::StencilOperation::Keep; in CheckStencilOperation() [all …]
|
D | VertexOnlyRenderPipelineTests.cpp | 76 CreateRenderPipeline(wgpu::CompareFunction::Always, wgpu::StencilOperation::Keep, in SetUp() 79 CreateRenderPipeline(wgpu::CompareFunction::Always, wgpu::StencilOperation::Keep, in SetUp() 94 CreateRenderPipeline(wgpu::CompareFunction::Equal, wgpu::StencilOperation::Keep, in SetUp() 100 wgpu::StencilOperation stencilPassOp = wgpu::StencilOperation::Keep, in CreateRenderPipeline()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ToolOutputFile.cpp | 19 : Filename(Filename), Keep(false) { in CleanupInstaller() 27 if (!Keep && Filename != "-") in ~CleanupInstaller() 41 Installer.Keep = true; in ToolOutputFile()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | RenderPipeline.cpp | 556 depthStencil->stencilBack.failOp != wgpu::StencilOperation::Keep || in StencilTestEnabled() 557 depthStencil->stencilBack.depthFailOp != wgpu::StencilOperation::Keep || in StencilTestEnabled() 558 depthStencil->stencilBack.passOp != wgpu::StencilOperation::Keep || in StencilTestEnabled() 560 depthStencil->stencilFront.failOp != wgpu::StencilOperation::Keep || in StencilTestEnabled() 561 depthStencil->stencilFront.depthFailOp != wgpu::StencilOperation::Keep || in StencilTestEnabled() 562 depthStencil->stencilFront.passOp != wgpu::StencilOperation::Keep; in StencilTestEnabled() 633 (mDepthStencil.stencilFront.failOp != wgpu::StencilOperation::Keep || in RenderPipelineBase() 634 mDepthStencil.stencilFront.depthFailOp != wgpu::StencilOperation::Keep || in RenderPipelineBase() 635 mDepthStencil.stencilFront.passOp != wgpu::StencilOperation::Keep)) || in RenderPipelineBase() 637 (mDepthStencil.stencilBack.failOp != wgpu::StencilOperation::Keep || in RenderPipelineBase() [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | RenderPipeline.cpp | 325 mDepthStencilState->stencilBack.failOp != dawn::StencilOperation::Keep || in StencilTestEnabled() 326 mDepthStencilState->stencilBack.depthFailOp != dawn::StencilOperation::Keep || in StencilTestEnabled() 327 mDepthStencilState->stencilBack.passOp != dawn::StencilOperation::Keep || in StencilTestEnabled() 329 mDepthStencilState->stencilFront.failOp != dawn::StencilOperation::Keep || in StencilTestEnabled() 330 mDepthStencilState->stencilFront.depthFailOp != dawn::StencilOperation::Keep || in StencilTestEnabled() 331 mDepthStencilState->stencilFront.passOp != dawn::StencilOperation::Keep; in StencilTestEnabled() 398 mDepthStencilState.stencilBack.failOp = dawn::StencilOperation::Keep; in RenderPipelineBase() 399 mDepthStencilState.stencilBack.depthFailOp = dawn::StencilOperation::Keep; in RenderPipelineBase() 400 mDepthStencilState.stencilBack.passOp = dawn::StencilOperation::Keep; in RenderPipelineBase() 402 mDepthStencilState.stencilFront.failOp = dawn::StencilOperation::Keep; in RenderPipelineBase() [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/src/utils/ |
D | ComboRenderPipelineDescriptor.cpp | 105 stencilFace.failOp = dawn::StencilOperation::Keep; in ComboRenderPipelineDescriptor() 106 stencilFace.depthFailOp = dawn::StencilOperation::Keep; in ComboRenderPipelineDescriptor() 107 stencilFace.passOp = dawn::StencilOperation::Keep; in ComboRenderPipelineDescriptor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ToolOutputFile.h | 35 bool Keep; 57 void keep() { Installer.Keep = true; } in keep()
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | ComboRenderPipelineDescriptor.cpp | 90 stencilFace.failOp = wgpu::StencilOperation::Keep; in ComboRenderPipelineDescriptor() 91 stencilFace.depthFailOp = wgpu::StencilOperation::Keep; in ComboRenderPipelineDescriptor() 92 stencilFace.passOp = wgpu::StencilOperation::Keep; in ComboRenderPipelineDescriptor()
|
/third_party/skia/third_party/externals/icu/filters/ |
D | ios.json | 525 // # Keep only the currencies used by the larget 150 economies in terms of GDP. 666 // # Keep only duration and compound in units* sections. 1121 // # Keep only two common calendars. Add locale-specific calendars to Thai. 1156 // # Keep only the minimum locale data for non-UI languages.
|
D | android.json | 723 // # Keep only the currencies used by the larget 150 economies in terms of GDP. 888 // # Keep only duration and compound in units* sections. 1484 // # Keep only two common calendars. Add locale-specific calendars only to 1728 // # Keep only the minimum locale data for non-UI languages.
|
D | android_small.json | 570 // # Keep only the currencies used by the larget 150 economies in terms of GDP. 735 // # Keep only duration and compound in units* sections. 1331 // # Keep only two common calendars. Add locale-specific calendars only to 1575 // # Keep only the minimum locale data for non-UI languages.
|
D | android_extra.json | 91 // # Keep only the currencies used by the larget 150 economies in terms of GDP. 196 // # Keep only duration and compound in units* sections.
|
/third_party/FreeBSD/ |
D | MAINTAINERS | 54 etc/mail gshapiro Pre-commit review requested. Keep in sync with -STABLE. 55 etc/sendmail gshapiro Pre-commit review requested. Keep in sync with -STABLE. 63 libdpv dteske Pre-commit review requested. Keep in sync with dpv(1). 121 usr.sbin/dpv dteske Pre-commit review requested. Keep in sync with libdpv. 123 usr.sbin/sysrc dteske Pre-commit phabricator review requested. Keep in sync with bsdconfig(8) sysrc…
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnProgramBuilder.cpp | 133 return dawn::StencilOperation::Keep; in to_dawn_stencil_operation() 150 return dawn::StencilOperation::Keep; in to_dawn_stencil_operation() 230 stencilFace.failOp = dawn::StencilOperation::Keep; in create_depth_stencil_state() 231 stencilFace.depthFailOp = dawn::StencilOperation::Keep; in create_depth_stencil_state() 232 stencilFace.passOp = dawn::StencilOperation::Keep; in create_depth_stencil_state()
|
/third_party/flutter/flutter/packages/flutter_tools/templates/module/ios/library/Flutter.tmpl/ |
D | podhelper.rb.tmpl | 35 # Keep pod path relative so it can be checked into Podfile.lock. 56 # Keep pod path relative so it can be checked into Podfile.lock. 94 # Keep pod and script phase paths relative so they can be checked into source control.
|
/third_party/curl/ |
D | backport-0004-CVE-2023-23914-CVE-2023-23915.patch | 98 +Proxy-Connection: Keep-Alive 104 +Proxy-Connection: Keep-Alive
|
/third_party/ltp/doc/ |
D | test-writing-guidelines.txt | 30 * First of all *Keep things simple* 32 * Keep function and variable names short but descriptive 34 * Keep functions reasonably short and focused on a single task 44 1.1 Keep things simple 66 1.2 Keep functions and variable names short 173 * Keep lines under 80 chars 177 * Keep things simple, avoid unnecessary subshells
|
/third_party/PyYAML/tests/data/ |
D | spec-09-23.data | 7 # text
# Keep
|
/third_party/typescript/tests/baselines/reference/ |
D | pinnedComments1.types | 3 Keep this pinned comment
|
D | pinnedComments1.symbols | 3 Keep this pinned comment
|
D | commentOnAmbientVariable1.types | 3 Keep this pinned comment
|
D | commentOnAmbientVariable1.symbols | 3 Keep this pinned comment
|
D | commentOnAmbientClass1.types | 9 Keep this pinned comment
|
D | commentOnElidedModule1.symbols | 8 Keep this pinned
|