Searched refs:features_struct (Results 1 – 2 of 2) sorted by relevance
184 features_struct = None variable in ExtensionRegistryEntry270 entry.features_struct is None):271 entry.features_struct = ty_name277 if entry.features_struct:278 struct_name = entry.features_struct279 if entry.features_struct in struct_aliases:280 struct_name = struct_aliases[entry.features_struct]
846 …if not (entry.features_struct and ext.physical_device_struct("Features") == entry.features_struct):