Home
last modified time | relevance | path

Searched refs:features_device_memory_report_ext (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs12164 .features_device_memory_report_ext in write()
15794 .features_device_memory_report_ext in from()
19417 features_device_memory_report_ext: Option<ash::vk::PhysicalDeviceDeviceMemoryReportFeaturesEXT>, field
20296 self.features_device_memory_report_ext = Some(Default::default()); in make_chain()
20297 let member = self.features_device_memory_report_ext.as_mut().unwrap(); in make_chain()