Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
H A 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]
H A Dzink_device_info.py685 if not (entry.features_struct and ext.physical_device_struct("Features") == entry.features_struct):

Completed in 2 milliseconds