Lines Matching refs:appendSection
838 def appendSection(self, section, text): member in COutputGenerator
865 self.appendSection(category, s)
885 self.appendSection('struct', body)
934 self.appendSection(section, body)
942 self.appendSection('enum', body)
949 self.appendSection('command', decls[0] + '\n')
951 self.appendSection('commandPointer', decls[1])
2577 def appendSection(self, section, text): member in ThreadOutputGenerator
2600 self.appendSection('struct', body)
2632 self.appendSection('command', '// TODO - not wrapping KHR function ' + name)
2649 self.appendSection('command', '')
2650 self.appendSection('command', decls[0][:-1])
2651 self.appendSection('command', '{')
2656 … self.appendSection('command', ' dispatch_key key = get_dispatch_key('+dispatchable_name+');')
2657 … self.appendSection('command', ' layer_data *my_data = get_my_data_ptr(key, layer_data_map);')
2659 …self.appendSection('command', ' VkLayerInstanceDispatchTable *pTable = my_data->instance_dispat…
2661 …self.appendSection('command', ' VkLayerDispatchTable *pTable = my_data->device_dispatch_table;')
2667 self.appendSection('command', ' ' + resulttype.text + ' result;')
2672 self.appendSection('command', str(startthreadsafety))
2676 self.appendSection('command', ' ' + assignresult + API + '(' + paramstext + ');')
2677 self.appendSection('command', str(finishthreadsafety))
2680 self.appendSection('command', ' return result;')
2681 self.appendSection('command', '}')
2821 def appendSection(self, section, text): member in ParamCheckerOutputGenerator
3245 self.appendSection('command', cmdDef)
3271 self.appendSection('command', cmdDef)