Lines Matching refs:ImmutableImageCreationError
115 … ) -> Result<(Arc<ImmutableImage>, Arc<ImmutableImageInitialization>), ImmutableImageCreationError> in uninitialized() argument
188 ) -> Result<Arc<Self>, ImmutableImageCreationError> in from_iter()
240 ) -> Result<Arc<Self>, ImmutableImageCreationError> in from_buffer()
255 return Err(ImmutableImageCreationError::SourceTooSmall { in from_buffer()
424 pub enum ImmutableImageCreationError { enum
437 impl Error for ImmutableImageCreationError { implementation
448 impl Display for ImmutableImageCreationError { implementation
467 impl From<ImageError> for ImmutableImageCreationError { implementation
473 impl From<AllocationCreationError> for ImmutableImageCreationError { implementation
479 impl From<VulkanError> for ImmutableImageCreationError { implementation
485 impl From<CommandBufferBeginError> for ImmutableImageCreationError { implementation