Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/gpu/vk/
DGrVkMemoryAllocator.h21 kDedicatedAllocation = 0x1, enumerator
/third_party/flutter/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp78 if (AllocationPropertyFlags::kDedicatedAllocation & flags) { in allocateMemoryForImage()
133 if (AllocationPropertyFlags::kDedicatedAllocation & flags) { in allocateMemoryForBuffer()
DGrVkMemory.cpp104 propFlags = AllocationPropertyFlags::kDedicatedAllocation; in AllocAndBindImageMemory()
/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp117 if (AllocationPropertyFlags::kDedicatedAllocation & flags) { in allocateImageMemory()
185 if (AllocationPropertyFlags::kDedicatedAllocation & flags) { in allocateBufferMemory()
DGrVkMemory.cpp74 propFlags = AllocationPropertyFlags::kDedicatedAllocation; in AllocAndBindImageMemory()
/third_party/skia/include/gpu/vk/
DGrVkMemoryAllocator.h21 kDedicatedAllocation = 0x1, enumerator