Home
last modified time | relevance | path

Searched defs:DeviceMemoryError (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/
Ddevice_memory.rs81 ) -> Result<Self, DeviceMemoryError> { in allocate() argument
137 ) -> Result<Self, DeviceMemoryError> { in import() argument
148 ) -> Result<(), DeviceMemoryError> { in validate() argument
626 pub fn commitment(&self) -> Result<DeviceSize, DeviceMemoryError> { in commitment() argument
632 fn validate_commitment(&self) -> Result<(), DeviceMemoryError> { in validate_commitment() argument
670 ) -> Result<std::fs::File, DeviceMemoryError> { in export_fd() argument
960 pub enum DeviceMemoryError { enum
1026 impl Error for DeviceMemoryError { implementation
1036 impl Display for DeviceMemoryError { implementation
1112 impl From<VulkanError> for DeviceMemoryError { implementation
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/
Dstorage.rs425 pub fn export_posix_fd(&self) -> Result<File, DeviceMemoryError> { in export_posix_fd() argument
Dattachment.rs567 pub fn export_posix_fd(&self) -> Result<File, DeviceMemoryError> { in export_posix_fd() argument