Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/vk/
DGrVkMemory.cpp138 if (alloc.fFlags & GrVkAlloc::kNoncoherent_Flag) { in MapAlloc()
171 SkASSERT(alloc.fFlags & GrVkAlloc::kNoncoherent_Flag); in GetNonCoherentMappedMemoryRange()
193 if (alloc.fFlags & GrVkAlloc::kNoncoherent_Flag) { in FlushMappedAlloc()
212 if (alloc.fFlags & GrVkAlloc::kNoncoherent_Flag) { in InvalidateMappedAlloc()
DGrVkAMDMemoryAllocator.cpp186 flags |= GrVkAlloc::kNoncoherent_Flag; in getAllocInfo()
235 if (GrVkAlloc::kNoncoherent_Flag & info.fFlags) { in flushMappedMemory()
254 if (GrVkAlloc::kNoncoherent_Flag & info.fFlags) { in invalidateMappedMemory()
/third_party/skia/src/gpu/vk/
DGrVkMemory.cpp133 SkASSERT(alloc.fFlags & GrVkAlloc::kNoncoherent_Flag); in GetNonCoherentMappedMemoryRange()
155 if (alloc.fFlags & GrVkAlloc::kNoncoherent_Flag) { in FlushMappedAlloc()
167 if (alloc.fFlags & GrVkAlloc::kNoncoherent_Flag) { in InvalidateMappedAlloc()
DGrVkAMDMemoryAllocator.cpp227 flags |= GrVkAlloc::kNoncoherent_Flag; in getAllocInfo()
/third_party/skia/include/gpu/vk/
DGrVkTypes.h37 kNoncoherent_Flag = 0x1, // memory must be flushed to device after mapping enumerator
/third_party/flutter/skia/include/gpu/vk/
DGrVkTypes.h52 kNoncoherent_Flag = 0x1, // memory must be flushed to device after mapping enumerator