Searched refs:enum_val_dict (Results 1 – 2 of 2) sorted by relevance
63 enum_val_dict = {} variable99 self.enum_val_dict = {}111 return self.enum_val_dict211 for n in self.enum_val_dict:212 if 'tmp_enum' == self.enum_val_dict[n]['type']:213 self.enum_val_dict[n]['type'] = base_type243 self.enum_val_dict[enum_name] = {}244 self.enum_val_dict[enum_name]['type'] = enum_type247 self.enum_val_dict[enum_name]['val'] = enum_val.split()[0]249 if 'VK_BIT' in self.enum_val_dict[enum_name]['val']:[all …]
1727 vk_helper.enum_val_dict = hfp.get_enum_val_dict()