Searched defs:ImageCreationError (Results 1 – 3 of 3) sorted by relevance
| /external/rust/crates/vulkano/src/image/ |
| D | attachment.rs | 106 ) -> Result<Arc<AttachmentImage>, ImageCreationError> { argument 125 ) -> Result<Arc<AttachmentImage>, ImageCreationError> { argument 151 ) -> Result<Arc<AttachmentImage>, ImageCreationError> { argument 164 ) -> Result<Arc<AttachmentImage>, ImageCreationError> { argument 184 ) -> Result<Arc<AttachmentImage>, ImageCreationError> { argument 199 ) -> Result<Arc<AttachmentImage>, ImageCreationError> { argument 215 ) -> Result<Arc<AttachmentImage>, ImageCreationError> { argument 227 ) -> Result<Arc<AttachmentImage>, ImageCreationError> { argument 251 ) -> Result<Arc<AttachmentImage>, ImageCreationError> { argument 280 ) -> Result<Arc<AttachmentImage>, ImageCreationError> { argument [all …]
|
| D | sys.rs | 136 ) -> Result<(UnsafeImage, MemoryRequirements), ImageCreationError> { argument 942 pub enum ImageCreationError { enum 964 impl error::Error for ImageCreationError { implementation 974 impl fmt::Display for ImageCreationError { implementation 1010 impl From<OomError> for ImageCreationError { implementation 1012 fn from(err: OomError) -> ImageCreationError { in from() 1017 impl From<DeviceMemoryAllocError> for ImageCreationError { implementation 1019 fn from(err: DeviceMemoryAllocError) -> ImageCreationError { in from() 1024 impl From<Error> for ImageCreationError { implementation 1026 fn from(err: Error) -> ImageCreationError { in from()
|
| D | immutable.rs | 330 ImageCreationError, in from_iter() argument 357 ImageCreationError, in from_buffer() argument
|