Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/gpu/vk/
DGrVkMemoryAllocator.h30 kPersistentlyMapped = 0x4, enumerator
/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()
/third_party/flutter/skia/src/gpu/vk/
DGrVkMemory.cpp54 propFlags = AllocationPropertyFlags::kPersistentlyMapped; in AllocAndBindBufferMemory()
DGrVkAMDMemoryAllocator.cpp141 if (AllocationPropertyFlags::kPersistentlyMapped & flags) { in allocateMemoryForBuffer()