Home
last modified time | relevance | path

Searched defs:DeviceMemoryAllocError (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/vulkano/src/memory/
Ddevice_memory.rs245 pub fn build(self) -> Result<Arc<DeviceMemory>, DeviceMemoryAllocError> { in build() argument
390 ) -> Result<DeviceMemory, DeviceMemoryAllocError> { in alloc() argument
410 ) -> Result<DeviceMemory, DeviceMemoryAllocError> { in dedicated_alloc() argument
432 ) -> Result<MappedDeviceMemory, DeviceMemoryAllocError> { in alloc_and_map() argument
442 ) -> Result<MappedDeviceMemory, DeviceMemoryAllocError> { in dedicated_alloc_and_map() argument
458 ) -> Result<DeviceMemory, DeviceMemoryAllocError> { in alloc_with_exportable_fd() argument
479 ) -> Result<DeviceMemory, DeviceMemoryAllocError> { in dedicated_alloc_with_exportable_fd() argument
500 ) -> Result<MappedDeviceMemory, DeviceMemoryAllocError> { in alloc_and_map_with_exportable_fd() argument
517 ) -> Result<MappedDeviceMemory, DeviceMemoryAllocError> { in dedicated_alloc_and_map_with_exportable_fd() argument
534 ) -> Result<MappedDeviceMemory, DeviceMemoryAllocError> { in map_allocation() argument
[all …]
/external/rust/crates/vulkano/src/memory/pool/
Dpool.rs62 ) -> Result<StdMemoryPoolAlloc, DeviceMemoryAllocError> { in generic_allocation() argument
122 ) -> Result<StdMemoryPoolAlloc, DeviceMemoryAllocError> { in generit_allocation_with_exportable_fd() argument
189 ) -> Result<StdMemoryPoolAlloc, DeviceMemoryAllocError> { in alloc_generic() argument
202 ) -> Result<StdMemoryPoolAlloc, DeviceMemoryAllocError> { in alloc_generic_with_exportable_fd() argument
Dnon_host_visible.rs69 ) -> Result<StdNonHostVisibleMemoryTypePoolAlloc, DeviceMemoryAllocError> { in alloc() argument
135 ) -> Result<StdNonHostVisibleMemoryTypePoolAlloc, DeviceMemoryAllocError> { in alloc_with_exportable_fd() argument
Dhost_visible.rs69 ) -> Result<StdHostVisibleMemoryTypePoolAlloc, DeviceMemoryAllocError> { in alloc() argument
136 ) -> Result<StdHostVisibleMemoryTypePoolAlloc, DeviceMemoryAllocError> { in alloc_with_exportable_fd() argument
Dmod.rs102 ) -> Result<Self::Alloc, DeviceMemoryAllocError>; in alloc_generic() argument
113 ) -> Result<Self::Alloc, DeviceMemoryAllocError>; in alloc_generic_with_exportable_fd() argument
/external/rust/crates/vulkano/src/buffer/
Ddevice_local.rs228 ) -> Result<(UnsafeBuffer, MemoryRequirements), DeviceMemoryAllocError> { argument
250 pub fn export_posix_fd(&self) -> Result<File, DeviceMemoryAllocError> { in export_posix_fd() argument
Dimmutable.rs178 ) -> Result<(Arc<ImmutableBuffer<T>>, ImmutableBufferInitialization<T>), DeviceMemoryAllocError> in uninitialized() argument
234 DeviceMemoryAllocError, in uninitialized_array() argument
282 ) -> Result<(Arc<ImmutableBuffer<T>>, ImmutableBufferInitialization<T>), DeviceMemoryAllocError> argument
Dcpu_pool.rs272 pub fn reserve(&self, capacity: DeviceSize) -> Result<(), DeviceMemoryAllocError> { in reserve() argument
294 pub fn next(&self, data: T) -> Result<CpuBufferPoolSubbuffer<T, A>, DeviceMemoryAllocError> { in next() argument
360 ) -> Result<(), DeviceMemoryAllocError> { in reset_buf() argument
Dcpu_access.rs139 ) -> Result<Arc<CpuAccessibleBuffer<T>>, DeviceMemoryAllocError> { in uninitialized() argument
194 ) -> Result<Arc<CpuAccessibleBuffer<[T]>>, DeviceMemoryAllocError> { in uninitialized_array() argument