Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/memory/allocator/
Dsuballocator.rs1072 fn has_granularity_conflict(prev_ty: SuballocationType, ty: AllocationType) -> bool { in allocate()
1233 enum SuballocationType { enum
1240 impl From<AllocationType> for SuballocationType { implementation