Home
last modified time | relevance | path

Searched refs:entry_points (Results 1 – 25 of 141) sorted by relevance

123456

/third_party/python/Lib/test/test_importlib/
Dtest_metadata_api.py13 entry_points,
77 eps = entry_points()
86 entries = entry_points(group='entries')
110 entries = entry_points(group='entries')
120 entry_points(group='entries')['missing']
123 assert entry_points(group='missing') == ()
130 eps = dict(entry_points(group='entries'))
133 assert eps['main'] == entry_points(group='entries')['main']
147 eps = distribution('distinfo-pkg').entry_points
161 entry_points()['entries'] == entry_points(group='entries')
[all …]
Dtest_zip.py9 entry_points,
44 scripts = entry_points(group='console_scripts')
Dtest_main.py20 entry_points,
60 ep = entry_points(group='entries')['main']
64 ep = entry_points(group='entries')['ns:sub']
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dgenerate_gl_dispatch_table.py168 def format_requirements_lines(required, entry_points): argument
171 lines += [format_assign_ep(entry_point, entry_point) for entry_point in sorted(entry_points)]
176 def format_extension_requirements_lines(extension, entry_points, api): argument
178 lines += [format_assign_ep(entry_point, ep) for entry_point, ep in sorted(entry_points)]
333 for comment, entry_points in json_data.iteritems():
334 for entry_point_no_prefix in entry_points:
400 for comment, entry_points in sorted(json_data.iteritems()):
402 formatted += [format_ep_decl(entry_point) for entry_point in sorted(entry_points)]
417 for gl_required, entry_points in sorted(gl_requirements.iteritems()):
418 gl_data.append(format_requirements_lines(gl_required, entry_points))
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dgenerate_gl_dispatch_table.py169 def format_requirements_lines(required, entry_points): argument
172 lines += [format_assign_ep(entry_point, entry_point) for entry_point in sorted(entry_points)]
177 def format_extension_requirements_lines(extension, entry_points, api): argument
179 lines += [format_assign_ep(entry_point, ep) for entry_point, ep in sorted(entry_points)]
334 for comment, entry_points in sorted(json_data.items()):
335 for entry_point_no_prefix in entry_points:
401 for comment, entry_points in sorted(json_data.items()):
403 formatted += [format_ep_decl(entry_point) for entry_point in sorted(entry_points)]
417 for gl_required, entry_points in sorted(gl_requirements.items()):
418 gl_data.append(format_requirements_lines(gl_required, entry_points))
[all …]
/third_party/skia/third_party/externals/tint/src/val/
Dhlsl.cc34 const EntryPointList& entry_points) { in HlslUsingDXC() argument
47 for (auto ep : entry_points) { in HlslUsingDXC()
89 if (entry_points.empty()) { in HlslUsingDXC()
100 const EntryPointList& entry_points) { in HlslUsingFXC() argument
121 for (auto ep : entry_points) { in HlslUsingFXC()
167 if (entry_points.empty()) { in HlslUsingFXC()
Dval.h50 const EntryPointList& entry_points);
59 const EntryPointList& entry_points);
/third_party/spirv-tools/source/val/
Dvalidate_interfaces.cpp73 std::vector<uint32_t> entry_points; in check_interface_variable() local
76 entry_points.push_back(id); in check_interface_variable()
80 std::sort(entry_points.begin(), entry_points.end()); in check_interface_variable()
81 entry_points.erase(std::unique(entry_points.begin(), entry_points.end()), in check_interface_variable()
82 entry_points.end()); in check_interface_variable()
84 for (auto id : entry_points) { in check_interface_variable()
Dvalidate_decorations.cpp699 for (uint32_t entry_point : vstate.entry_points()) { in CheckDecorationsOfEntryPoints()
925 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
926 for (auto ep_id : entry_points) { in CheckDecorationsOfBuffers()
941 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
942 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
951 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
969 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
970 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
1048 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1049 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_interfaces.cpp77 std::vector<uint32_t> entry_points; in check_interface_variable() local
80 entry_points.push_back(id); in check_interface_variable()
84 std::sort(entry_points.begin(), entry_points.end()); in check_interface_variable()
85 entry_points.erase(std::unique(entry_points.begin(), entry_points.end()), in check_interface_variable()
86 entry_points.end()); in check_interface_variable()
88 for (auto id : entry_points) { in check_interface_variable()
Dvalidate_decorations.cpp715 for (uint32_t entry_point : vstate.entry_points()) { in CheckDecorationsOfEntryPoints()
941 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
942 for (auto ep_id : entry_points) { in CheckDecorationsOfBuffers()
957 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
958 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
967 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
985 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
986 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
1066 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1067 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp77 std::vector<uint32_t> entry_points; in check_interface_variable() local
80 entry_points.push_back(id); in check_interface_variable()
84 std::sort(entry_points.begin(), entry_points.end()); in check_interface_variable()
85 entry_points.erase(std::unique(entry_points.begin(), entry_points.end()), in check_interface_variable()
86 entry_points.end()); in check_interface_variable()
88 for (auto id : entry_points) { in check_interface_variable()
Dvalidate_decorations.cpp715 for (uint32_t entry_point : vstate.entry_points()) { in CheckDecorationsOfEntryPoints()
941 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
942 for (auto ep_id : entry_points) { in CheckDecorationsOfBuffers()
957 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
958 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
967 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
985 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
986 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
1066 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1067 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
[all …]
/third_party/mesa3d/.gitlab-ci/windows/
Dspirv2dxil_check.ps128 …$entry_points = $content | Select-String -Pattern '^OpEntryPoint\s(\w+)[^"]+"(\w+)"' | Select-Obje… variable
29 if ($entry_points.Count -eq 0) {
35 foreach ($match in $entry_points) {
/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_XML.py611 self.entry_points = []
664 self.entry_points.append( name )
767 entry_points = []
768 for ent in self.entry_points:
774 entry_points.append(ent)
776 if not entry_points:
779 self.entry_points = entry_points
780 if self.name not in entry_points:
782 self.name = entry_points[0]
783 self.parameters = self.entry_point_parameters[entry_points[0]]
Dgl_procs.py97 for n in func.entry_points:
116 for n in func.entry_points:
124 for n in func.entry_points:
/third_party/python/Doc/library/
Dimportlib.metadata.rst82 The ``entry_points()`` function returns a collection of entry points.
91 >>> eps = entry_points() # doctest: +SKIP
93 The ``entry_points()`` function returns an ``EntryPoints`` object,
106 Equivalently, since ``entry_points`` passes keyword arguments
109 >>> scripts = entry_points(group='console_scripts') # doctest: +SKIP
119 >>> (wheel,) = entry_points(group='console_scripts', name='wheel') # doctest: +SKIP
120 >>> (wheel,) = entry_points().select(group='console_scripts', name='wheel') # doctest: +SKIP
145 3.6 and Python 3.10. Prior to those changes, ``entry_points`` accepted
147 by group. For compatibility, if no parameters are passed to entry_points,
149 interface. In the future, calling ``entry_points`` with no parameters
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp42 std::all_of(GetIRContext()->module()->entry_points().begin(), in Apply()
43 GetIRContext()->module()->entry_points().end(), in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp42 std::all_of(GetIRContext()->module()->entry_points().begin(), in Apply()
43 GetIRContext()->module()->entry_points().end(), in Apply()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp41 std::all_of(GetIRContext()->module()->entry_points().begin(), in Apply()
42 GetIRContext()->module()->entry_points().end(), in Apply()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h105 inline IteratorRange<inst_iterator> entry_points();
106 inline IteratorRange<const_inst_iterator> entry_points() const;
230 inline IteratorRange<Module::inst_iterator> Module::entry_points() { in entry_points() function
234 inline IteratorRange<Module::const_inst_iterator> Module::entry_points() const { in entry_points() function
/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/
Dval_validation_state_test.cpp102 EXPECT_EQ(size_t(1), vstate_->entry_points().size()); in TEST_F()
104 vstate_->FindDef(vstate_->entry_points()[0])->opcode()); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp285 std::vector<std::pair<uint32_t, const char*>> entry_points; in MergeModules() local
287 for (const auto& inst : module->entry_points()) { in MergeModules()
292 entry_points.begin(), entry_points.end(), in MergeModules()
296 if (i != entry_points.end()) { in MergeModules()
305 entry_points.emplace_back(model, name); in MergeModules()
/third_party/skia/third_party/externals/spirv-tools/source/link/
Dlinker.cpp285 std::vector<std::pair<uint32_t, const char*>> entry_points; in MergeModules() local
287 for (const auto& inst : module->entry_points()) { in MergeModules()
292 entry_points.begin(), entry_points.end(), in MergeModules()
296 if (i != entry_points.end()) { in MergeModules()
305 entry_points.emplace_back(model, name); in MergeModules()
/third_party/spirv-tools/source/link/
Dlinker.cpp284 std::vector<std::pair<uint32_t, const char*>> entry_points; in MergeModules() local
286 for (const auto& inst : module->entry_points()) { in MergeModules()
291 entry_points.begin(), entry_points.end(), in MergeModules()
295 if (i != entry_points.end()) { in MergeModules()
304 entry_points.emplace_back(model, name); in MergeModules()

123456