/external/vulkan-validation-layers/scripts/ |
D | layer_chassis_generator.py | 1645 def appendSection(self, section, text): member in LayerChassisOutputGenerator 1664 self.appendSection('struct', body) 1703 self.appendSection('command', '') 1704 self.appendSection('command', self.makeCDecls(cmdinfo.elem)[0]) 1737 self.appendSection('command', '') 1738 self.appendSection('command', '%s {' % decls[0][:-1]) 1741 …self.appendSection('command', ' auto layer_data = GetLayerDataPtr(get_dispatch_key(%s), layer_d… 1762 self.appendSection('command', ' bool skip = false;') 1765 self.appendSection('command', ' %s' % self.precallvalidate_loop) 1766 self.appendSection('command', ' auto lock = intercept->write_lock();') [all …]
|
D | thread_safety_generator.py | 893 self.appendSection('command', '\n#ifdef %s' % self.featureExtraProtect) 900 self.appendSection('command', '#endif // %s' % self.featureExtraProtect) 905 def appendSection(self, section, text): member in ThreadOutputGenerator 929 self.appendSection('struct', body) 959 self.appendSection('command', '// TODO - not wrapping EXT function ' + name) 985 self.appendSection('command', '') 986 self.appendSection('command', pre_decl) 987 … self.appendSection('command', " " + "\n ".join(str(startthreadsafety).rstrip().split("\n"))) 988 self.appendSection('command', '}') 994 self.appendSection('command', '') [all …]
|
D | layer_chassis_dispatch_generator.py | 1090 self.appendSection('header_file', self.inline_copyright_message) 1095 self.appendSection('header_file', '#pragma once') 1096 self.appendSection('header_file', '') 1097 self.appendSection('header_file', '#if defined(LAYER_CHASSIS_CAN_WRAP_HANDLES)') 1098 self.appendSection('header_file', 'extern bool wrap_handles;') 1099 self.appendSection('header_file', '#else') 1100 self.appendSection('header_file', 'extern bool wrap_handles;') 1101 self.appendSection('header_file', '#endif') 1185 def appendSection(self, section, text): member in LayerChassisDispatchOutputGenerator 1723 …self.appendSection('header_file', self.GenDispatchFunctionPrototype(cmdinfo, feature_extra_protect… [all …]
|
D | object_tracker_generator.py | 494 def appendSection(self, section, text): member in ObjectTrackerOutputGenerator 920 self.appendSection('command', '') 921 self.appendSection('command', '#ifdef '+ feature_extra_protect) 945 self.appendSection('command', pre_cv_func_decl) 950 self.appendSection('command', pre_cr_func_decl) 957 self.appendSection('command', post_cr_func_decl) 963 self.appendSection('command', '') 964 self.appendSection('command', pre_cv_func_decl) 965 self.appendSection('command', ' bool skip = false;') 966 self.appendSection('command', pre_call_validate) [all …]
|
/external/dokka/core/src/main/kotlin/Formats/ |
D | StructuredFormatService.kt | 505 appendSection("Extensions for ${node.name}", node.members) in <lambda>() 517 … appendSection("Packages", node.members(NodeKind.Package), platformsBasedOnMembers = true) in <lambda>() 518 …appendSection("Types", node.membersOrGroupMembers { it.kind in NodeKind.classLike && it.kind != No… in <lambda>() 519 appendSection("Annotations", node.membersOrGroupMembers(NodeKind.AnnotationClass)) in <lambda>() 520 appendSection("Exceptions", node.membersOrGroupMembers(NodeKind.Exception)) in <lambda>() 521 appendSection("Type Aliases", node.membersOrGroupMembers(NodeKind.TypeAlias)) in <lambda>() 522 appendSection("Extensions for External Classes", node.members(NodeKind.ExternalClass)) in <lambda>() 523 …appendSection("Enum Values", node.members(NodeKind.EnumItem), sortMembers = false, omitSamePlatfor… in <lambda>() 524 … appendSection("Constructors", node.members(NodeKind.Constructor), omitSamePlatforms = true) in <lambda>() 525 appendSection("Properties", node.members(NodeKind.Property), omitSamePlatforms = true) in <lambda>() [all …]
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/ |
D | cgenerator.py | 235 def appendSection(self, section, text): member in COutputGenerator 281 self.appendSection(section, body) 365 self.appendSection('struct', body) 388 self.appendSection(section, body) 391 self.appendSection(section, "\n" + body) 399 self.appendSection('enum', body) 412 self.appendSection('command', prefix + decls[0] + '\n') 414 self.appendSection('commandPointer', decls[1])
|
/external/vulkan-headers/registry/ |
D | cgenerator.py | 224 def appendSection(self, section, text): member in COutputGenerator 270 self.appendSection(section, body) 354 self.appendSection('struct', body) 377 self.appendSection(section, body) 380 self.appendSection(section, "\n" + body) 390 self.appendSection('enum', body) 403 self.appendSection('command', prefix + decls[0] + '\n') 405 self.appendSection('commandPointer', decls[1])
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileFromAtoms.cpp | 172 void appendSection(SectionInfo *si, NormalizedFile &file); 637 void Util::appendSection(SectionInfo *si, NormalizedFile &file) { in appendSection() function in __anon2e8aa0f30111::Util 705 appendSection(si, file); in copySectionInfo()
|