/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_interfaces.cpp | 66 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()
|
D | validate_decorations.cpp | 647 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()
|
D | validate_mode_setting.cpp | 228 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()
|
D | validate.cpp | 200 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/ |
D | validate_interfaces.cpp | 66 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()
|
D | validate_decorations.cpp | 640 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()
|
D | validate_mode_setting.cpp | 228 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/ |
D | gl_XML.py | 600 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 …]
|
D | gl_procs.py | 97 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/ |
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()
|
/external/deqp-deps/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()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | module.h | 184 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/ |
D | module.h | 184 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/ |
D | entry_points.txt | 34 entry_points = setuptools.dist:check_entry_points 58 entry_points.txt = setuptools.command.egg_info:write_entries
|
/external/walt/pywalt/ |
D | setup.py | 7 entry_points={
|
/external/python/rsa/ |
D | setup.py | 57 entry_points={'console_scripts': [
|
/external/swiftshader/third_party/LLVM/utils/lit/ |
D | setup.py | 65 entry_points = {
|
/external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/ |
D | setup.py | 41 entry_points={
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_validation_state_test.cpp | 180 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/ |
D | mapi_abi.py | 143 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/ |
D | setup.py | 72 entry_points = {
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/ |
D | setup.py | 72 entry_points = {
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_validation_state_test.cpp | 180 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/ |
D | setup.py | 71 entry_points={'console_scripts': CONSOLE_SCRIPTS},
|
/external/yapf/ |
D | setup.py | 67 entry_points={
|