Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/src/sync/
Dsemaphore.rs508 if !self.device.enabled_extensions().fuchsia_external_semaphore { in validate_export_zircon_handle()
598 (fns.fuchsia_external_semaphore in export_zircon_handle_unchecked_locked()
895 if !self.device.enabled_extensions().fuchsia_external_semaphore { in validate_import_zircon_handle()
973 (fns.fuchsia_external_semaphore in import_zircon_handle_unchecked_locked()
1234 device_extensions: [fuchsia_external_semaphore],
/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs424 pub fuchsia_external_semaphore: bool, field
778 fuchsia_external_semaphore: false, in empty()
1079 || (self.fuchsia_external_semaphore && other.fuchsia_external_semaphore) in intersects()
1378 && (self.fuchsia_external_semaphore || !other.fuchsia_external_semaphore) in contains()
1776 fuchsia_external_semaphore: self.fuchsia_external_semaphore in union()
1777 || other.fuchsia_external_semaphore, in union()
2202 fuchsia_external_semaphore: self.fuchsia_external_semaphore in intersection()
2203 && other.fuchsia_external_semaphore, in intersection()
2628 fuchsia_external_semaphore: self.fuchsia_external_semaphore in difference()
2629 && !other.fuchsia_external_semaphore, in difference()
[all …]
Dfns.rs244 pub fuchsia_external_semaphore: ash::vk::FuchsiaExternalSemaphoreFn, field
368 fuchsia_external_semaphore: ash::vk::FuchsiaExternalSemaphoreFn::load(&mut load_fn), in load()