Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp66 std::vector<uint32_t> entry_points; in check_interface_variable() local
69 entry_points.push_back(id); in check_interface_variable()
73 std::sort(entry_points.begin(), entry_points.end()); in check_interface_variable()
74 entry_points.erase(std::unique(entry_points.begin(), entry_points.end()), in check_interface_variable()
75 entry_points.end()); in check_interface_variable()
77 for (auto id : entry_points) { in check_interface_variable()
Dvalidate_decorations.cpp647 for (uint32_t entry_point : vstate.entry_points()) { in CheckDecorationsOfEntryPoints()
819 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
820 for (auto ep_id : entry_points) { in CheckDecorationsOfBuffers()
835 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
836 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
845 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
885 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
886 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
895 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
Dvalidate_mode_setting.cpp228 const auto found = std::find(_.entry_points().cbegin(), in ValidateExecutionMode()
229 _.entry_points().cend(), entry_point_id); in ValidateExecutionMode()
230 if (found == _.entry_points().cend()) { in ValidateExecutionMode()
Dvalidate.cpp200 for (const auto other_id : _.entry_points()) { in ValidateEntryPointNameUnique()
216 for (const auto id : _.entry_points()) { in ValidateEntryPointNamesUnique()
236 if (_.entry_points().empty() && !_.HasCapability(SpvCapabilityLinkage)) { in ValidateEntryPoints()
242 for (const auto& entry_point : _.entry_points()) { in ValidateEntryPoints()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp66 std::vector<uint32_t> entry_points; in check_interface_variable() local
69 entry_points.push_back(id); in check_interface_variable()
73 std::sort(entry_points.begin(), entry_points.end()); in check_interface_variable()
74 entry_points.erase(std::unique(entry_points.begin(), entry_points.end()), in check_interface_variable()
75 entry_points.end()); in check_interface_variable()
77 for (auto id : entry_points) { in check_interface_variable()
Dvalidate_decorations.cpp640 for (uint32_t entry_point : vstate.entry_points()) { in CheckDecorationsOfEntryPoints()
812 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
813 for (auto ep_id : entry_points) { in CheckDecorationsOfBuffers()
828 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
829 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
838 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
876 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
877 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
886 if (!entry_points.empty() && in CheckDecorationsOfBuffers()
Dvalidate_mode_setting.cpp228 const auto found = std::find(_.entry_points().cbegin(), in ValidateExecutionMode()
229 _.entry_points().cend(), entry_point_id); in ValidateExecutionMode()
230 if (found == _.entry_points().cend()) { in ValidateExecutionMode()
/external/mesa3d/src/mapi/glapi/gen/
Dgl_XML.py600 self.entry_points = []
656 self.entry_points.append( name )
757 entry_points = []
758 for ent in self.entry_points:
764 entry_points.append(ent)
766 if not entry_points:
769 self.entry_points = entry_points
770 if self.name not in entry_points:
772 self.name = entry_points[0]
773 self.parameters = self.entry_point_parameters[entry_points[0]]
[all …]
Dgl_procs.py97 for n in func.entry_points:
116 for n in func.entry_points:
125 for n in func.entry_points:
133 for n in func.entry_points:
/external/swiftshader/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()
/external/deqp-deps/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()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h184 inline IteratorRange<inst_iterator> entry_points();
185 inline IteratorRange<const_inst_iterator> entry_points() const;
403 inline IteratorRange<Module::inst_iterator> Module::entry_points() { in entry_points() function
407 inline IteratorRange<Module::const_inst_iterator> Module::entry_points() const { in entry_points() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.h184 inline IteratorRange<inst_iterator> entry_points();
185 inline IteratorRange<const_inst_iterator> entry_points() const;
403 inline IteratorRange<Module::inst_iterator> Module::entry_points() { in entry_points() function
407 inline IteratorRange<Module::const_inst_iterator> Module::entry_points() const { in entry_points() function
/external/python/setuptools/setuptools.egg-info/
Dentry_points.txt34 entry_points = setuptools.dist:check_entry_points
58 entry_points.txt = setuptools.command.egg_info:write_entries
/external/walt/pywalt/
Dsetup.py7 entry_points={
/external/python/rsa/
Dsetup.py57 entry_points={'console_scripts': [
/external/swiftshader/third_party/LLVM/utils/lit/
Dsetup.py65 entry_points = {
/external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/
Dsetup.py41 entry_points={
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_validation_state_test.cpp180 EXPECT_EQ(size_t(1), vstate_->entry_points().size()); in TEST_F()
182 vstate_->FindDef(vstate_->entry_points()[0])->opcode()); in TEST_F()
/external/mesa3d/src/mapi/
Dmapi_abi.py143 entry_points = func.entry_points[:]
144 entry_points.remove(func.name)
145 entry_points.insert(0, func.name)
147 for name in entry_points:
/external/llvm/utils/lit/
Dsetup.py72 entry_points = {
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/
Dsetup.py72 entry_points = {
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_validation_state_test.cpp180 EXPECT_EQ(size_t(1), vstate_->entry_points().size()); in TEST_F()
182 vstate_->FindDef(vstate_->entry_points()[0])->opcode()); in TEST_F()
/external/python/apitools/
Dsetup.py71 entry_points={'console_scripts': CONSOLE_SCRIPTS},
/external/yapf/
Dsetup.py67 entry_points={

123