Searched defs:anv_instance (Results 1 – 1 of 1) sorted by relevance
1153 struct anv_instance { struct1160 struct anv_instance_extension_table enabled_extensions; argument1161 struct anv_instance_dispatch_table dispatch; argument1162 struct anv_physical_device_dispatch_table physical_device_dispatch;1163 struct anv_device_dispatch_table device_dispatch;1165 bool physical_devices_enumerated;1166 struct list_head physical_devices;1168 bool pipeline_cache_enabled;1170 struct vk_debug_report_instance debug_report_callbacks;1172 struct driOptionCache dri_options;[all …]