Searched defs:radv_instance (Results 1 – 1 of 1) sorted by relevance
349 struct radv_instance { struct350 struct vk_instance vk;352 VkAllocationCallbacks alloc;354 uint64_t debug_flags;355 uint64_t perftest_flags;357 bool physical_devices_enumerated;358 struct list_head physical_devices;360 struct driOptionCache dri_options;361 struct driOptionCache available_dri_options;366 bool enable_mrt_output_nan_fixup;[all …]