Searched defs:radv_instance (Results 1 – 1 of 1) sorted by relevance
301 struct radv_instance { struct302 struct vk_instance vk;304 VkAllocationCallbacks alloc;306 uint64_t debug_flags;307 uint64_t perftest_flags;309 bool physical_devices_enumerated;310 struct list_head physical_devices;312 struct driOptionCache dri_options;313 struct driOptionCache available_dri_options;318 bool enable_mrt_output_nan_fixup;[all …]