/external/rust/crates/vulkano/src/memory/ |
D | device_memory.rs | 245 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/ |
D | pool.rs | 62 ) -> 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
|
D | non_host_visible.rs | 69 ) -> Result<StdNonHostVisibleMemoryTypePoolAlloc, DeviceMemoryAllocError> { in alloc() argument 135 ) -> Result<StdNonHostVisibleMemoryTypePoolAlloc, DeviceMemoryAllocError> { in alloc_with_exportable_fd() argument
|
D | host_visible.rs | 69 ) -> Result<StdHostVisibleMemoryTypePoolAlloc, DeviceMemoryAllocError> { in alloc() argument 136 ) -> Result<StdHostVisibleMemoryTypePoolAlloc, DeviceMemoryAllocError> { in alloc_with_exportable_fd() argument
|
D | mod.rs | 102 ) -> 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/ |
D | device_local.rs | 228 ) -> Result<(UnsafeBuffer, MemoryRequirements), DeviceMemoryAllocError> { argument 250 pub fn export_posix_fd(&self) -> Result<File, DeviceMemoryAllocError> { in export_posix_fd() argument
|
D | immutable.rs | 178 ) -> 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
|
D | cpu_pool.rs | 272 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
|
D | cpu_access.rs | 139 ) -> Result<Arc<CpuAccessibleBuffer<T>>, DeviceMemoryAllocError> { in uninitialized() argument 194 ) -> Result<Arc<CpuAccessibleBuffer<[T]>>, DeviceMemoryAllocError> { in uninitialized_array() argument
|