/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
H A D | ExecutionEngine.h | 450 void DisableLazyCompilation(bool Disabled = true) { in DisableLazyCompilation() 451 CompilingLazily = !Disabled; in DisableLazyCompilation() 460 void DisableGVCompilation(bool Disabled = true) { in DisableGVCompilation() 461 GVCompilationDisabled = Disabled; in DisableGVCompilation() 470 void DisableSymbolSearching(bool Disabled = true) { in DisableSymbolSearching() 471 SymbolSearchingDisabled = Disabled; in DisableSymbolSearching()
|
/third_party/skia/src/gpu/ |
H A D | GrAppliedClip.h | 24 static const GrAppliedHardClip& Disabled() { in Disabled() function in GrAppliedHardClip 96 static GrAppliedClip Disabled() { in Disabled() function in GrAppliedClip
|
H A D | GrOpFlushState.h | 162 fOpArgs->appliedClip()->hardClip() : GrAppliedHardClip::Disabled(); in appliedHardClip()
|
H A D | GrOpFlushState.cpp | 213 return fOpArgs->appliedClip() ? std::move(*fOpArgs->appliedClip()) : GrAppliedClip::Disabled(); in detachAppliedClip()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Debug.cpp | 55 Disabled, member in __anon22985::Level 120 const Level traceToFileLevel = Level::Disabled; in logv()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_1x_defs.h | 27 * Disabled MACsec - do not secure sessions. 66 Disabled, enumerator
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_1x_defs.h | 27 * Disabled MACsec - do not secure sessions. 66 Disabled, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIWholeQuadMode.cpp | 128 char Disabled = 0; member 260 Flag &= ~II.Disabled; in markInstruction() 360 III.Disabled = StateWWM; in scanInstructions() 382 III.Disabled = StateWQM | StateWWM; in scanInstructions() 436 if ((II.OutNeeds & StateWQM) && !(II.Disabled & StateWQM) && in propagateInstruction() 752 Needs &= ~III->second.Disabled; in processBlock()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ShaderNonConstGlobalInitializerTest.cpp | 43 TEST_P(ShaderNonConstGlobalInitializerTest, Disabled) in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Instance.h | 102 BackendValidationLevel mBackendValidationLevel = BackendValidationLevel::Disabled;
|
H A D | Instance.cpp | 259 return mBackendValidationLevel != BackendValidationLevel::Disabled; in IsBackendValidationEnabled()
|
/third_party/skia/src/gpu/ops/ |
H A D | GrMeshDrawOp.cpp | 53 GrAppliedClip appliedClip = clip ? std::move(*clip) : GrAppliedClip::Disabled(); in onPrePrepareDraws()
|
H A D | PathTessellateOp.cpp | 99 (clip) ? std::move(*clip) : GrAppliedClip::Disabled()); in onPrePrepare()
|
H A D | StrokeTessellateOp.cpp | 237 (clip) ? std::move(*clip) : GrAppliedClip::Disabled()); in onPrePrepare()
|
H A D | PathStencilCoverOp.cpp | 212 (clip) ? std::move(*clip) : GrAppliedClip::Disabled()); in onPrePrepare()
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockOpTarget.h | 41 GrAppliedClip detachAppliedClip() override { return GrAppliedClip::Disabled(); }
|
/third_party/skia/tests/ |
H A D | TextureOpTest.cpp | 107 GrAppliedClip noClip = GrAppliedClip::Disabled(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | BackendD3D12.cpp | 36 if (validationLevel != BackendValidationLevel::Disabled) { in CreateFactory()
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
H A D | DawnNative.h | 153 enum BackendValidationLevel { Full, Partial, Disabled }; enumerator
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | periodic_sampler_test.cc | 80 TEST(PeriodicSamplerBaseTest, Disabled) { in TEST()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Nucleus.hpp | 56 Disabled, member in rr::Optimization::Pass 120 optPassEdits.push_back({ ListEdit::Clear, Optimization::Pass::Disabled }); in clearOptimizationPasses()
|
/third_party/rust/crates/rustix/src/thread/ |
H A D | prctl.rs | 100 Disabled = SECCOMP_MODE_DISABLED, 112 SECCOMP_MODE_DISABLED => Ok(Self::Disabled), in try_from() 123 /// If the caller is not in secure computing mode, this returns [`SecureComputingMode::Disabled`].
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceFillContext_v1.cpp | 75 auto clip = GrAppliedClip::Disabled(); in addDrawOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 176 static VectorizationFactor Disabled() { return {1, 0}; } in Disabled() function
|
/third_party/skia/gm/ |
H A D | fwidth_squircle.cpp | 211 GrAppliedClip appliedClip = clip ? std::move(*clip) : GrAppliedClip::Disabled();
|