Home
last modified time | relevance | path

Searched defs:MemoryAlloc (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dsuballocator.rs56 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 …]
Dmod.rs267 ) -> 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/
Dsys.rs399 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 Dprofiler_legacy.h21 MemoryAlloc, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/
H A Dcupti_collector.h135 MemoryAlloc = 7, enumerator
H A Drocm_tracer.h93 MemoryAlloc, enumerator