/third_party/python/Lib/test/test_importlib/ |
D | test_metadata_api.py | 13 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 …]
|
D | test_zip.py | 9 entry_points, 44 scripts = entry_points(group='console_scripts')
|
D | test_main.py | 20 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/ |
D | generate_gl_dispatch_table.py | 168 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/ |
D | generate_gl_dispatch_table.py | 169 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/ |
D | hlsl.cc | 34 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()
|
D | val.h | 50 const EntryPointList& entry_points); 59 const EntryPointList& entry_points);
|
/third_party/spirv-tools/source/val/ |
D | validate_interfaces.cpp | 73 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()
|
D | validate_decorations.cpp | 699 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/ |
D | validate_interfaces.cpp | 77 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()
|
D | validate_decorations.cpp | 715 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/ |
D | validate_interfaces.cpp | 77 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()
|
D | validate_decorations.cpp | 715 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/ |
D | spirv2dxil_check.ps1 | 28 …$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/ |
D | gl_XML.py | 611 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]]
|
D | gl_procs.py | 97 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/ |
D | importlib.metadata.rst | 82 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/ |
D | fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp | 42 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/ |
D | fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp | 42 std::all_of(GetIRContext()->module()->entry_points().begin(), in Apply() 43 GetIRContext()->module()->entry_points().end(), in Apply()
|
/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp | 41 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/ |
D | module.h | 105 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/ |
D | val_validation_state_test.cpp | 102 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/ |
D | linker.cpp | 285 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/ |
D | linker.cpp | 285 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/ |
D | linker.cpp | 284 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()
|