Lines Matching refs:propFlags
56 AllocationPropertyFlags propFlags;
62 propFlags = AllocationPropertyFlags::kPersistentlyMapped;
64 propFlags = AllocationPropertyFlags::kNone;
67 VkResult result = allocator->allocateBufferMemory(buffer, usage, propFlags, &memory);
181 AllocationPropertyFlags propFlags;
187 propFlags = AllocationPropertyFlags::kNone;
189 propFlags = AllocationPropertyFlags::kDedicatedAllocation;
191 propFlags = AllocationPropertyFlags::kNone;
195 propFlags |= AllocationPropertyFlags::kProtected;
199 propFlags |= AllocationPropertyFlags::kLazyAllocation;
204 VkResult result = allocator->allocateImageMemory(image, propFlags, &memory);