Lines Matching full:sharing
33 use crate::sync::Sharing;
71 sharing: Sharing<I>, in new()
125 let (sh_mode, sh_indices) = match sharing { in new()
126 Sharing::Exclusive => { in new()
129 Sharing::Concurrent(ids) => (ash::vk::SharingMode::CONCURRENT, ids.collect()), in new()
496 use crate::sync::Sharing;
506 Sharing::Exclusive::<Empty<_>>, in create()
526 Sharing::Exclusive::<Empty<_>>, in missing_feature_sparse_binding()
547 Sharing::Exclusive::<Empty<_>>, in missing_feature_sparse_residency()
568 Sharing::Exclusive::<Empty<_>>, in missing_feature_sparse_aliased()
586 Sharing::Exclusive::<Empty<_>>, in create_empty_buffer()