Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp121 if (AllocationPropertyFlags::kLazyAllocation & flags) { in allocateImageMemory()
189 if ((AllocationPropertyFlags::kLazyAllocation & flags) && BufferUsage::kGpuOnly == usage) { in allocateBufferMemory()
DGrVkMemory.cpp84 propFlags |= AllocationPropertyFlags::kLazyAllocation; in AllocAndBindImageMemory()
/third_party/skia/include/gpu/vk/
DGrVkMemoryAllocator.h26 kLazyAllocation = 0x2, enumerator