Home
last modified time | relevance | path

Searched defs:anv_instance (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_private.h1153 struct anv_instance { struct
1160 struct anv_instance_extension_table enabled_extensions; argument
1161 struct anv_instance_dispatch_table dispatch; argument
1162 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 …]