Home
last modified time | relevance | path

Searched refs:kMappable_Flag (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkBuffer.h45 bool isVkMappable() const { return fAlloc.fFlags & GrVkAlloc::kMappable_Flag; } in isVkMappable()
DGrVkMemory.cpp111 SkASSERT(GrVkAlloc::kMappable_Flag & alloc.fFlags); in MapAlloc()
DGrVkAMDMemoryAllocator.cpp224 flags |= GrVkAlloc::kMappable_Flag; in getAllocInfo()
/external/skia/include/gpu/vk/
DGrVkTypes.h38 kMappable_Flag = 0x2, // memory is able to be mapped. enumerator
/external/skqp/include/gpu/vk/
DGrVkTypes.h53 kMappable_Flag = 0x2, // memory is able to be mapped. enumerator
/external/skqp/src/gpu/vk/
DGrVkMemory.cpp134 SkASSERT(GrVkAlloc::kMappable_Flag & alloc.fFlags); in MapAlloc()
DGrVkAMDMemoryAllocator.cpp171 flags |= GrVkAlloc::kMappable_Flag; in getAllocInfo()