Home
last modified time | relevance | path

Searched refs:features_struct (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/
Dzink_extensions.py184 features_struct = None variable in ExtensionRegistryEntry
270 entry.features_struct is None):
271 entry.features_struct = ty_name
277 if entry.features_struct:
278 struct_name = entry.features_struct
279 if entry.features_struct in struct_aliases:
280 struct_name = struct_aliases[entry.features_struct]
Dzink_device_info.py846 …if not (entry.features_struct and ext.physical_device_struct("Features") == entry.features_struct):