Home
last modified time | relevance | path

Searched refs:Disable (Results 1 - 25 of 58) sorted by relevance

123

/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_strided_matrix_test.cc75 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F()
141 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F()
203 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F()
266 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F()
332 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F()
394 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F()
461 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F()
529 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F()
611 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F()
668 b.Disable(as in TEST_F()
[all...]
H A Dmodule_scope_var_to_entry_point_param.cc187 // parameter. Disable entry point parameter validation. in Process()
189 ctx.dst->Disable(ast::DisabledValidation::kEntryPointParameter); in Process()
199 attributes.push_back(ctx.dst->Disable( in Process()
202 ctx.dst->Disable(ast::DisabledValidation::kIgnoreStorageClass)); in Process()
235 // redeclared at function scope. Disable storage class validation on in Process()
238 ctx.dst->Disable(ast::DisabledValidation::kIgnoreStorageClass); in Process()
256 // Disable validation of the parameter's storage class and of in Process()
259 ctx.dst->Disable(ast::DisabledValidation::kIgnoreStorageClass)); in Process()
260 attributes.push_back(ctx.dst->Disable( in Process()
302 ctx.dst->Disable(as in Process()
[all...]
H A Ddecompose_memory_access.cc451 auto* disable_validation = b.Disable( in LoadFunc()
474 b.Disable(ast::DisabledValidation::kFunctionHasNoBody), in LoadFunc()
551 auto* disable_validation = b.Disable( in StoreFunc()
573 b.Disable(ast::DisabledValidation::kFunctionHasNoBody), in StoreFunc()
649 auto* disable_validation = b.Disable( in AtomicFunc()
683 b.Disable(ast::DisabledValidation::kFunctionHasNoBody), in AtomicFunc()
H A Dbinding_remapper.cc143 ctx.dst->Disable(ast::DisabledValidation::kBindingPointCollision); in Run()
/third_party/node/src/
H A Dnode_trace_events.cc39 static void Disable(const FunctionCallbackInfo<Value>& args);
92 void NodeCategorySet::Disable(const FunctionCallbackInfo<Value>& args) { in Disable() function in node::NodeCategorySet
98 GetTracingAgentWriter()->Disable(categories); in Disable()
142 SetProtoMethod(isolate, category_set, "disable", NodeCategorySet::Disable); in Initialize()
166 registry->Register(NodeCategorySet::Disable); in RegisterExternalReferences()
/third_party/node/src/tracing/
H A Dagent.h64 inline void Disable(const std::set<std::string>& categories);
131 void Disable(int id, const std::set<std::string>& categories);
180 void AgentWriterHandle::Disable(const std::set<std::string>& categories) { in Disable() function in node::tracing::AgentWriterHandle
181 if (agent_ != nullptr) agent_->Disable(id_, categories); in Disable()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DRenderPipelineGL.cpp51 gl.Disable(GL_CULL_FACE); in ApplyFrontFaceAndCulling()
140 gl.Disable(GL_BLEND); in ApplyColorState()
181 gl.Disable(GL_DEPTH_TEST); in ApplyDepthStencilState()
197 gl.Disable(GL_STENCIL_TEST); in ApplyDepthStencilState()
302 gl.Disable(GL_SAMPLE_ALPHA_TO_COVERAGE); in ApplyNow()
315 gl.Disable(GL_POLYGON_OFFSET_FILL); in ApplyNow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAsmInfo.cpp23 enum DefaultOnOff { Default, Enable, Disable }; enumerator
26 cl::desc("Disable emission of the extended flags in .loc directives."),
28 clEnumVal(Enable, "Enabled"), clEnumVal(Disable, "Disabled")),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCrashRecoveryContext.cpp142 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext
201 CrashRecoveryContext::Disable(); in ExceptionFilter()
278 CrashRecoveryContext::Disable(); in ExceptionHandler()
298 // Because the Enable and Disable calls are static, it means that
355 // Disable crash recovery and raise the signal again. The assumption here is in CrashRecoverySignalHandler()
359 // This call of Disable isn't thread safe, but it doesn't actually matter. in CrashRecoverySignalHandler()
360 CrashRecoveryContext::Disable(); in CrashRecoverySignalHandler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h172 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); } in setDisableVerify() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h229 /// Disable CodeGen, only run the stages till codegen and stop. The output
231 void disableCodeGen(bool Disable) { DisableCodeGen = Disable; } in disableCodeGen() argument
/third_party/protobuf/kokoro/release/csharp/windows/
H A Dbuild_nuget.bat10 @rem Disable some unwanted dotnet options
/third_party/protobuf/kokoro/windows/csharp/
H A Dbuild.bat10 @rem Disable some unwanted dotnet options
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp495 GL_CALL(Disable(GR_GL_DEPTH_TEST)); in onResetContext()
499 GL_CALL(Disable(GR_GL_CULL_FACE)); in onResetContext()
511 GL_CALL(Disable(GR_GL_POINT_SMOOTH)); in onResetContext()
512 GL_CALL(Disable(GR_GL_LINE_SMOOTH)); in onResetContext()
513 GL_CALL(Disable(GR_GL_POLYGON_SMOOTH)); in onResetContext()
514 GL_CALL(Disable(GR_GL_POLYGON_STIPPLE)); in onResetContext()
515 GL_CALL(Disable(GR_GL_COLOR_LOGIC_OP)); in onResetContext()
516 GL_CALL(Disable(GR_GL_INDEX_LOGIC_OP)); in onResetContext()
522 GL_CALL(Disable(GR_GL_COLOR_TABLE)); in onResetContext()
524 GL_CALL(Disable(GR_GL_POLYGON_OFFSET_FIL in onResetContext()
[all...]
H A DGrGLVertexArray.cpp170 GR_GL_CALL(gpu->glInterface(), Disable(GR_GL_PRIMITIVE_RESTART_FIXED_INDEX)); in enableVertexArrays()
H A DGrGLAssembleWebGLInterfaceAutogen.cpp88 GET_PROC(Disable); in GrGLMakeAssembledWebGLInterface()
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.h34 void Disable();
H A Dasync-hooks-wrapper.cc44 if (wrap) wrap->Disable(); in DisableHook()
84 void AsyncHooksWrap::Disable() { enabled_ = false; } in Disable() function in v8::AsyncHooksWrap
/third_party/node/deps/v8/src/sandbox/
H A Dsandbox.h61 void Disable() { in Disable() function in v8::internal::Sandbox
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h64 /// Disable crash recovery.
65 static void Disable();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetOptions.h101 Disable, // Disable the abort. member in llvm::GlobalISelAbortMode
103 DisableWithDiag // Disable the abort but emit a diagnostic on failure.
211 /// Disable the integrated assembler.
/third_party/icu/icu4c/source/tools/genren/
H A Dgenren.pl109 // Disable Renaming for Visual Studio's IntelliSense feature, so that 'Go-to-Definition' (F12) will work.
/third_party/skia/third_party/externals/icu/source/tools/genren/
H A Dgenren.pl109 // Disable Renaming for Visual Studio's IntelliSense feature, so that 'Go-to-Definition' (F12) will work.
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dperiodic_sampler_test.cc100 TEST(PeriodicSamplerBaseTest, Disable) { in TEST()
/third_party/node/deps/v8/src/init/
H A Dv8.cc131 GetProcessWideSandbox()->Disable(); in Initialize()

Completed in 21 milliseconds

123