Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_device_info.py327 ${ext.physical_device_struct("Features")} ${ext.field("feats")};
330 ${ext.physical_device_struct("Properties")} ${ext.field("props")};
685 if not (entry.features_struct and ext.physical_device_struct("Features") == entry.features_struct):
691 if not (entry.properties_struct and ext.physical_device_struct("Properties") == entry.properties_struct):
H A Dzink_extensions.py149 def physical_device_struct(self, struct: str): member in Extension

Completed in 2 milliseconds