Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/src/image/
Dstorage.rs171 let external_memory_properties = allocator in new_with_exportable_fd() localVariable
184 .external_memory_properties; in new_with_exportable_fd()
186 assert!(external_memory_properties.exportable); in new_with_exportable_fd()
Dattachment.rs488 let external_memory_properties = allocator localVariable
500 .external_memory_properties;
502 assert!(external_memory_properties.exportable);
Dmod.rs831 pub external_memory_properties: ExternalMemoryProperties, field
857 external_memory_properties: Default::default(), in from()
/external/rust/android-crates-io/crates/vulkano/src/device/
Dphysical.rs588 external_memory_properties: external_buffer_properties in external_buffer_properties_unchecked()
589 .external_memory_properties in external_buffer_properties_unchecked()
1187 external_memory_properties: external_properties_vk in image_format_properties_unchecked()
1188 .map(|properties| properties.external_memory_properties.into()) in image_format_properties_unchecked()
/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dmod.rs1134 pub external_memory_properties: ExternalMemoryProperties, field
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs16225 pub external_memory_properties: ExternalMemoryProperties, field
16233 external_memory_properties: ExternalMemoryProperties::default(), in default()
16268 pub fn external_memory_properties( in external_memory_properties() method
16270 external_memory_properties: ExternalMemoryProperties, in external_memory_properties()
16272 self.inner.external_memory_properties = external_memory_properties; in external_memory_properties()
16362 pub external_memory_properties: ExternalMemoryProperties, field
16370 external_memory_properties: ExternalMemoryProperties::default(), in default()
16403 pub fn external_memory_properties( in external_memory_properties() method
16405 external_memory_properties: ExternalMemoryProperties, in external_memory_properties()
16407 self.inner.external_memory_properties = external_memory_properties; in external_memory_properties()