Searched defs:MemoryAlloc (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/ |
D | suballocator.rs | 56 pub struct MemoryAlloc { struct 57 offset: DeviceSize, 58 size: DeviceSize, 60 allocation_type: AllocationType, 62 mapped_ptr: Option<NonNull<c_void>>, 65 atom_size: Option<DeviceAlignment>, 67 parent: AllocParent, 92 unsafe impl Send for MemoryAlloc {} implementation 93 unsafe impl Sync for MemoryAlloc {} implementation 95 impl MemoryAlloc { impl [all …]
|
D | mod.rs | 267 ) -> Result<MemoryAlloc, AllocationCreationError>; in allocate_from_type() 290 ) -> Result<MemoryAlloc, AllocationCreationError>; in allocate_from_type_unchecked() 339 ) -> Result<MemoryAlloc, AllocationCreationError>; in allocate() 356 ) -> Result<MemoryAlloc, AllocationCreationError>; in allocate_unchecked() 382 ) -> Result<MemoryAlloc, AllocationCreationError>; in allocate_dedicated_unchecked() 981 ) -> Result<MemoryAlloc, AllocationCreationError> { in allocate_from_type() 1011 ) -> Result<MemoryAlloc, AllocationCreationError> { in allocate_from_type_unchecked() 1201 ) -> Result<MemoryAlloc, AllocationCreationError> { in allocate() 1220 ) -> Result<MemoryAlloc, AllocationCreationError> { in allocate_unchecked() 1357 ) -> Result<MemoryAlloc, AllocationCreationError> { in allocate_dedicated_unchecked() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/ |
D | sys.rs | 399 allocation: MemoryAlloc, in bind_memory() 400 ) -> Result<Buffer, (BufferError, RawBuffer, MemoryAlloc)> { in bind_memory() argument 523 allocation: MemoryAlloc, in bind_memory_unchecked() 524 ) -> Result<Buffer, (VulkanError, RawBuffer, MemoryAlloc)> { in bind_memory_unchecked() argument
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | profiler_legacy.h | 21 MemoryAlloc, enumerator
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/ |
H A D | cupti_collector.h | 135 MemoryAlloc = 7, enumerator
|
H A D | rocm_tracer.h | 93 MemoryAlloc, enumerator
|