Searched defs:StorageImage (Results 1 – 6 of 6) sorted by relevance
55 pub struct StorageImage { struct63 impl StorageImage { implementation70 ) -> Result<Arc<StorageImage>, ImageError> { in new()108 ) -> Result<Arc<StorageImage>, ImageError> { in with_usage()167 ) -> Result<Arc<StorageImage>, ImageError> { in new_with_exportable_fd()259 ) -> Result<Arc<StorageImage>, ImageError> { in new_from_dma_buf_fd()394 ) -> Result<Arc<ImageView<StorageImage>>, ImageError> {462 unsafe impl DeviceOwned for StorageImage { implementation469 unsafe impl ImageAccess for StorageImage { implementation512 unsafe impl<P> ImageContent<P> for StorageImage { implementation[all …]
59 StorageImage = 0, enumerator
1378 namespace StorageImage namespace
318 TEST_F(DescriptorTypeTest, StorageImage) { in TEST_F() argument