Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs422 pub fuchsia_external_memory: bool, field
777 fuchsia_external_memory: false, in empty()
1078 || (self.fuchsia_external_memory && other.fuchsia_external_memory) in intersects()
1377 && (self.fuchsia_external_memory || !other.fuchsia_external_memory) in contains()
1775 fuchsia_external_memory: self.fuchsia_external_memory || other.fuchsia_external_memory, in union()
2201 fuchsia_external_memory: self.fuchsia_external_memory && other.fuchsia_external_memory, in intersection()
2627 fuchsia_external_memory: self.fuchsia_external_memory && !other.fuchsia_external_memory, in difference()
3053 fuchsia_external_memory: self.fuchsia_external_memory ^ other.fuchsia_external_memory, in symmetric_difference()
4871 if self.fuchsia_external_memory { in fmt()
6048 extensions.fuchsia_external_memory = true; in from_iter()
[all …]
Dfns.rs243 pub fuchsia_external_memory: ash::vk::FuchsiaExternalMemoryFn, field
367 fuchsia_external_memory: ash::vk::FuchsiaExternalMemoryFn::load(&mut load_fn), in load()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/
Ddevice_memory.rs926 device_extensions: [fuchsia_external_memory],