Home
last modified time | relevance | path

Searched refs:Sources (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/tools/fm/fm_bot/
H A Dfm_bot.go67 Sources []string
81 w.Sources = append(w.Sources, gms...)
86 w.Sources = append(w.Sources, tests...)
92 for i, s := range w.Sources {
94 w.Sources = append(w.Sources[:i], w.Sources[i+1:]...)
117 w.Sources
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTypePromotion.cpp111 SetVector<Value*> &Sources; member in __anon24134::IRPromoter
134 Sources(sources), Sinks(sinks), SafeWrap(wrap) { in IRPromoter()
502 for (auto V : Sources) { in ExtendSources()
524 if (Sources.count(V)) in PromoteTree()
560 if ((!Promoted.count(V) && !NewInsts.count(V)) || Sources.count(V)) in TruncateSinks()
655 if (!isa<TruncInst>(V) || Sources.count(V)) in ConvertTruncs()
694 if (!isa<TruncInst>(V) || Sources.count(V)) in Mutate()
822 SetVector<Value*> Sources; in TryToPromote() local
873 Sources.insert(V); in TryToPromote()
907 if (Sources in TryToPromote()
[all...]
/third_party/backends/backend/escl/
H A Descl_capabilities.c441 scanner->Sources[PLATEN] = (SANE_String_Const)strdup(SANE_I18N ("Flatbed")); in print_xml_c()
448 scanner->Sources[ADFSIMPLEX] = (SANE_String_Const)strdup(SANE_I18N("ADF")); in print_xml_c()
455 scanner->Sources[ADFDUPLEX] = (SANE_String_Const)strdup(SANE_I18N ("ADF Duplex")); in print_xml_c()
593 scanner->Sources = (SANE_String_Const *)malloc(sizeof(SANE_String_Const) * 4); in escl_capabilities()
595 scanner->Sources[i] = NULL; in escl_capabilities()
H A Descl.h159 SANE_String_Const *Sources; member
H A Descl_newjob.c206 if(scanner->source > PLATEN && scanner->Sources[ADFDUPLEX]) { in escl_newjob()
H A Descl.c808 s->val[OPT_SCAN_SOURCE].s = strdup (s->scanner->Sources[s->scanner->source]); in init_options_small()
1017 s->opt[OPT_SCAN_SOURCE].size = _source_size_max(s->scanner->Sources); in init_options()
1020 s->opt[OPT_SCAN_SOURCE].constraint.string_list = s->scanner->Sources; in init_options()
1023 s->val[OPT_SCAN_SOURCE].s = strdup (s->scanner->Sources[s->scanner->source]); in init_options()
/third_party/skia/infra/bots/task_drivers/fm_driver/
H A Dfm_driver.go295 Sources []string // Passed to FM -s: names of gms/tests, paths to images, .skps, etc.
307 ctx := startStep(w.Ctx, td.Props(strings.Join(w.Sources, " ")))
309 if failures := worker(ctx, w.Sources, w.Flags); failures > 0 {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp64 PHISourcesT Sources; member in __anon24433::PHILinearize
83 SmallVector<unsigned, 4> &Sources);
141 return Info->Sources;
163 auto &Sources = phiInfoElementGetSources(Info);
165 for (auto SI : Sources) {
173 Sources.erase(Source);
202 SmallVector<unsigned, 4> &Sources) {
208 Sources.push_back(SI.first);
221 NewElement->Sources = EmptySet;
272 << " Sources
[all...]
/third_party/gn/src/gn/
H A Dfunctions.cc230 assert(defined(sources), "Sources must be defined");
536 assert(defined(invoker.sources), "Sources must be defined")
H A Dfunctions_target.cc542 Both "sources" and "outputs" must be specified. Sources can include as many
H A Dvariables.cc509 # Sources here can include headers from a despite lack of deps.
912 "code_signing_sources: [file list] [deprecated] Sources for the "
916 R"(code_signing_sources: [file list] [deprecated] Sources for the post-processing step.
1757 "post_processing_sources: [file list] Sources for the post-processing "
1760 R"(post_processing_sources: [file list] Sources for the post-processing step.
2132 Sources for binary targets
2151 Sources for non-binary targets
2473 INSERT_VARIABLE(Sources)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.h730 void _push(const VarList &Sources) { Context.insert<InstARM32Push>(Sources); } in _push() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6570 SmallVector<ShuffleSourceInfo, 2> Sources; in ReconstructShuffle() local
6587 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
6588 if (Source == Sources.end()) in ReconstructShuffle()
6589 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
6597 if (Sources.size() > 2) { in ReconstructShuffle()
6607 for (auto &Source : Sources) { in ReconstructShuffle()
6621 for (auto &Src : Sources) { in ReconstructShuffle()
6682 for (auto &Src : Sources) { in ReconstructShuffle()
6694 : Sources) in ReconstructShuffle()
[all...]
/third_party/mesa3d/include/CL/
H A Dcl2.hpp6162 typedef vector<string> Sources; typedef in cl::Program
6165 typedef vector<std::pair<const char*, size_type> > Sources;
6249 const Sources& sources, in Program()
6285 const Sources& sources, in Program()
H A Dcl.hpp115 * cl::Program::Sources source(1,
5025 typedef VECTOR_CLASS<std::pair<const char*, ::size_t> > Sources; typedef in cl::Program
5098 const Sources& sources, in Program()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7414 SmallVector<ShuffleSourceInfo, 2> Sources; in ReconstructShuffle() local
7431 auto Source = llvm::find(Sources, SourceVec); in ReconstructShuffle()
7432 if (Source == Sources.end()) in ReconstructShuffle()
7433 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
7443 if (Sources.size() > 2) in ReconstructShuffle()
7449 for (auto &Source : Sources) { in ReconstructShuffle()
7462 for (auto &Src : Sources) { in ReconstructShuffle()
7523 for (auto &Src : Sources) { in ReconstructShuffle()
7535 : Sources) in ReconstructShuffle()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dbink.c77 enum Sources { enum

Completed in 80 milliseconds