Home
last modified time | relevance | path

Searched refs:Keep (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilStateTests.cpp105 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/
DDepthStencilStateTests.cpp107 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 …]
DVertexOnlyRenderPipelineTests.cpp76 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/
DToolOutputFile.cpp19 : 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/
DRenderPipeline.cpp556 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/
DRenderPipeline.cpp325 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/
DComboRenderPipelineDescriptor.cpp105 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/
DToolOutputFile.h35 bool Keep;
57 void keep() { Installer.Keep = true; } in keep()
/third_party/skia/third_party/externals/dawn/src/utils/
DComboRenderPipelineDescriptor.cpp90 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/
Dios.json525 // # 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.
Dandroid.json723 // # 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.
Dandroid_small.json570 // # 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.
Dandroid_extra.json91 // # 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/
DMAINTAINERS54 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/
DGrDawnProgramBuilder.cpp133 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/
Dpodhelper.rb.tmpl35 # 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/
Dbackport-0004-CVE-2023-23914-CVE-2023-23915.patch98 +Proxy-Connection: Keep-Alive
104 +Proxy-Connection: Keep-Alive
/third_party/ltp/doc/
Dtest-writing-guidelines.txt30 * 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/
Dspec-09-23.data7 # text… 
 # Keep
/third_party/typescript/tests/baselines/reference/
DpinnedComments1.types3 Keep this pinned comment
DpinnedComments1.symbols3 Keep this pinned comment
DcommentOnAmbientVariable1.types3 Keep this pinned comment
DcommentOnAmbientVariable1.symbols3 Keep this pinned comment
DcommentOnAmbientClass1.types9 Keep this pinned comment
DcommentOnElidedModule1.symbols8 Keep this pinned

12345678910>>...21