Home
last modified time | relevance | path

Searched refs:Disabled (Results 1 - 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h450 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 DGrAppliedClip.h24 static const GrAppliedHardClip& Disabled() { in Disabled() function in GrAppliedHardClip
96 static GrAppliedClip Disabled() { in Disabled() function in GrAppliedClip
H A DGrOpFlushState.h162 fOpArgs->appliedClip()->hardClip() : GrAppliedHardClip::Disabled(); in appliedHardClip()
H A DGrOpFlushState.cpp213 return fOpArgs->appliedClip() ? std::move(*fOpArgs->appliedClip()) : GrAppliedClip::Disabled(); in detachAppliedClip()
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DDebug.cpp55 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 Dieee802_1x_defs.h27 * Disabled MACsec - do not secure sessions.
66 Disabled, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_1x_defs.h27 * 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 DSIWholeQuadMode.cpp128 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 DShaderNonConstGlobalInitializerTest.cpp43 TEST_P(ShaderNonConstGlobalInitializerTest, Disabled) in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DInstance.h102 BackendValidationLevel mBackendValidationLevel = BackendValidationLevel::Disabled;
H A DInstance.cpp259 return mBackendValidationLevel != BackendValidationLevel::Disabled; in IsBackendValidationEnabled()
/third_party/skia/src/gpu/ops/
H A DGrMeshDrawOp.cpp53 GrAppliedClip appliedClip = clip ? std::move(*clip) : GrAppliedClip::Disabled(); in onPrePrepareDraws()
H A DPathTessellateOp.cpp99 (clip) ? std::move(*clip) : GrAppliedClip::Disabled()); in onPrePrepare()
H A DStrokeTessellateOp.cpp237 (clip) ? std::move(*clip) : GrAppliedClip::Disabled()); in onPrePrepare()
H A DPathStencilCoverOp.cpp212 (clip) ? std::move(*clip) : GrAppliedClip::Disabled()); in onPrePrepare()
/third_party/skia/src/gpu/mock/
H A DGrMockOpTarget.h41 GrAppliedClip detachAppliedClip() override { return GrAppliedClip::Disabled(); }
/third_party/skia/tests/
H A DTextureOpTest.cpp107 GrAppliedClip noClip = GrAppliedClip::Disabled(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBackendD3D12.cpp36 if (validationLevel != BackendValidationLevel::Disabled) { in CreateFactory()
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
H A DDawnNative.h153 enum BackendValidationLevel { Full, Partial, Disabled }; enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dperiodic_sampler_test.cc80 TEST(PeriodicSamplerBaseTest, Disabled) { in TEST()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DNucleus.hpp56 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 Dprctl.rs100 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 DSurfaceFillContext_v1.cpp75 auto clip = GrAppliedClip::Disabled(); in addDrawOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h176 static VectorizationFactor Disabled() { return {1, 0}; } in Disabled() function
/third_party/skia/gm/
H A Dfwidth_squircle.cpp211 GrAppliedClip appliedClip = clip ? std::move(*clip) : GrAppliedClip::Disabled();

Completed in 21 milliseconds

12