/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/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 __anonb0c4692c0111::Util 705 appendSection(si, file); in copySectionInfo()
|
/external/dexmaker/lib/ |
D | dalvik-dx-9.0.0_r3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |