Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs420 pub fuchsia_buffer_collection: bool, field
776 fuchsia_buffer_collection: false, in empty()
1077 || (self.fuchsia_buffer_collection && other.fuchsia_buffer_collection) in intersects()
1376 && (self.fuchsia_buffer_collection || !other.fuchsia_buffer_collection) in contains()
1773 fuchsia_buffer_collection: self.fuchsia_buffer_collection in union()
1774 || other.fuchsia_buffer_collection, in union()
2199 fuchsia_buffer_collection: self.fuchsia_buffer_collection in intersection()
2200 && other.fuchsia_buffer_collection, in intersection()
2625 fuchsia_buffer_collection: self.fuchsia_buffer_collection in difference()
2626 && !other.fuchsia_buffer_collection, in difference()
[all …]
Dfns.rs242 pub fuchsia_buffer_collection: ash::vk::FuchsiaBufferCollectionFn, field
366 fuchsia_buffer_collection: ash::vk::FuchsiaBufferCollectionFn::load(&mut load_fn), in load()