Lines Matching refs:AllocationPropertyFlags
21 using AllocationPropertyFlags = GrVkMemoryAllocator::AllocationPropertyFlags;
56 AllocationPropertyFlags propFlags;
62 propFlags = AllocationPropertyFlags::kPersistentlyMapped;
64 propFlags = AllocationPropertyFlags::kNone;
181 AllocationPropertyFlags propFlags;
187 propFlags = AllocationPropertyFlags::kNone;
189 propFlags = AllocationPropertyFlags::kDedicatedAllocation;
191 propFlags = AllocationPropertyFlags::kNone;
195 propFlags |= AllocationPropertyFlags::kProtected;
199 propFlags |= AllocationPropertyFlags::kLazyAllocation;