Home
last modified time | relevance | path

Searched refs:kPersistentlyMapped (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/include/gpu/vk/
DGrVkMemoryAllocator.h30 kPersistentlyMapped = 0x4, enumerator
/third_party/skia/src/gpu/vk/
DGrVkMemory.cpp29 propFlags = AllocationPropertyFlags::kPersistentlyMapped; in AllocAndBindBufferMemory()
DGrVkAMDMemoryAllocator.cpp193 if (AllocationPropertyFlags::kPersistentlyMapped & flags) { in allocateBufferMemory()