Lines Matching defs:ImmutableImage
59 pub struct ImmutableImage<A = PotentialDedicatedAllocation<StdMemoryPoolAlloc>> { struct
60 image: UnsafeImage,
61 dimensions: ImageDimensions,
62 memory: A,
63 format: Format,
64 initialized: AtomicBool,
65 layout: ImageLayout,
178 impl ImmutableImage { impl
186 ) -> Result<Arc<ImmutableImage>, ImageCreationError> in new()
208 ) -> Result<Arc<ImmutableImage>, ImageCreationError> in with_mipmaps()
248 ) -> Result<(Arc<ImmutableImage>, ImmutableImageInitialization), ImageCreationError> in uninitialized()
431 impl<A> ImmutableImage<A> { impl
445 unsafe impl<A> ImageAccess for ImmutableImage<A> { implementation
526 unsafe impl<P, A> ImageContent<P> for ImmutableImage<A> { implementation
595 impl<A> PartialEq for ImmutableImage<A> { implementation
602 impl<A> Eq for ImmutableImage<A> {} implementation
604 impl<A> Hash for ImmutableImage<A> { implementation