Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/gpu/vk/
DGrVkMemoryAllocator.h26 kLazyAllocation = 0x2, enumerator
/third_party/flutter/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp82 if (AllocationPropertyFlags::kLazyAllocation & flags) { in allocateMemoryForImage()
137 if ((AllocationPropertyFlags::kLazyAllocation & flags) && BufferUsage::kGpuOnly == usage) { in allocateMemoryForBuffer()
/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