Home
last modified time | relevance | path

Searched refs:kGlobal (Results 1 – 23 of 23) sorted by relevance

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp3.cpp244 int kGlobal; // expected-note {{here}} variable
246 return kGlobal; // expected-note {{read of non-const}} in f()
Dp4.cpp276 int kGlobal; // expected-note {{here}} variable
279 …constexpr Z() : n(kGlobal) {} // expected-error {{constexpr constructor never produces a constant … in Z()
/external/skia/src/sksl/ir/
DSkSLVarDeclarations.cpp52 if (var->storage() == Variable::Storage::kGlobal && in Convert()
101 SkASSERT(!(value && var->storage() == Variable::Storage::kGlobal && in Make()
DSkSLVariable.h29 kGlobal, enumerator
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp3.cpp282 int kGlobal; // expected-note {{here}} variable
284 return kGlobal; // expected-note {{read of non-const}} in f()
Dp4.cpp305 int kGlobal; // expected-note {{here}} variable
308 …constexpr Z() : n(kGlobal) {} // expected-error {{constexpr constructor never produces a constant … in Z()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_init_mode.h23 enum class TPUInitMode : int { kNone, kGlobal, kRegular }; enumerator
/external/skia/src/sksl/dsl/
DDSLVar.cpp52 SkSL::VariableStorage::kGlobal)); in DSLVar()
80 fStorage = Variable::Storage::kGlobal; in DSLVar()
DDSLCore.cpp78 if (var.fStorage == SkSL::Variable::Storage::kGlobal) { in Declare()
91 var.fStorage = SkSL::Variable::Storage::kGlobal; in DeclareGlobal()
/external/perfetto/src/trace_processor/importers/proto/
Dasync_track_set_tracker.cc38 set.type = TrackSetType::kGlobal; in InternGlobalTrackSet()
180 case TrackSetType::kGlobal: in CreateTrackForSet()
Dtrack_event_tracker.cc234 case ResolvedDescriptorTrack::Scope::kGlobal: in CreateTrackFromResolved()
273 case ResolvedDescriptorTrack::Scope::kGlobal: { in CreateTrackFromResolved()
416 case ResolvedDescriptorTrack::Scope::kGlobal: in ResolveDescriptorTrackImpl()
544 track.scope_ = Scope::kGlobal; in Global()
Dasync_track_set_tracker.h129 kGlobal, enumerator
Dtrack_event_tracker.h162 kGlobal, enumerator
/external/OpenCL-CTS/test_conformance/basic/
Dtest_kernel_memory_alignment.cpp132 kGlobal = 0, enumerator
236 if (address == kGlobal || address == kLocal || address == kConstant) { in test_kernel_memory_alignment()
505 return test_kernel_memory_alignment( device, context, queue, n_elems, kGlobal ); in test_kernel_memory_alignment_global()
/external/skia/src/sksl/
DSkSLIRGenerator.cpp257 if (baseType->componentType().isOpaque() && storage != Variable::Storage::kGlobal) { in checkVarDeclaration()
325 if (storage == Variable::Storage::kGlobal) { in checkVarDeclaration()
367 if ((var->storage() == Variable::Storage::kGlobal) && var->name() == Compiler::FRAGCOLOR_NAME) { in convertVarDeclaration()
373 } else if ((var->storage() == Variable::Storage::kGlobal || in convertVarDeclaration()
1140 Variable::Storage::kGlobal)); in convertInterfaceBlock()
1160 StatementArray decls = this->convertVarDeclarations(decl, Variable::Storage::kGlobal); in convertGlobalVarDeclarations()
1209 Variable::Storage::kGlobal); in convertEnum()
1915 /*builtin=*/false, Variable::Storage::kGlobal); in start()
DSkSLCompiler.cpp205 Variable::Storage::kGlobal)); in Compiler()
DSkSLAnalysis.cpp1021 if ((v->storage() == Variable::Storage::kGlobal || in visitExpression()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_configuration_rewrite_pass.cc282 is_global_init ? TPUInitMode::kGlobal : TPUInitMode::kRegular)); in Run()
/external/llvm-project/clang/test/SemaObjC/
Darc-repeated-weak.mm487 static NSString* const kGlobal = @"";
/external/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp1160 if (var.storage() == Variable::Storage::kGlobal) { in writeVariableReference()
2354 } else if (Variable::Storage::kGlobal == v.variable()->storage()) { in requirements()
DSkSLSPIRVCodeGenerator.cpp1777 if (var.storage() != Variable::Storage::kGlobal) { in get_storage_class()
2091 Variable::Storage::kGlobal)); in writeVariableReference()
3504 fUniformBuffer.fStruct.get(), /*builtin=*/false, Variable::Storage::kGlobal); in writeUniformBuffer()
3581 if (var->storage() == Variable::Storage::kGlobal && in writeInstructions()
DSkSLCPPCodeGenerator.cpp116 var.storage() == Variable::Storage::kGlobal && in is_private()
DSkSLDSLCPPCodeGenerator.cpp108 var.storage() == Variable::Storage::kGlobal && in is_private()