Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkMemory.cpp136 if (alloc.fFlags & GrVkAlloc::kNoncoherent_Flag) { in MapAlloc()
169 SkASSERT(alloc.fFlags & GrVkAlloc::kNoncoherent_Flag); in GetNonCoherentMappedMemoryRange()
191 if (alloc.fFlags & GrVkAlloc::kNoncoherent_Flag) { in FlushMappedAlloc()
210 if (alloc.fFlags & GrVkAlloc::kNoncoherent_Flag) { in InvalidateMappedAlloc()
DGrVkAMDMemoryAllocator.cpp174 flags |= GrVkAlloc::kNoncoherent_Flag; in getAllocInfo()
220 if (GrVkAlloc::kNoncoherent_Flag & info.fFlags) { in flushMappedMemory()
238 if (GrVkAlloc::kNoncoherent_Flag & info.fFlags) { in invalidateMappedMemory()
/external/skia/src/gpu/vk/
DGrVkMemory.cpp131 SkASSERT(alloc.fFlags & GrVkAlloc::kNoncoherent_Flag); in GetNonCoherentMappedMemoryRange()
153 if (alloc.fFlags & GrVkAlloc::kNoncoherent_Flag) { in FlushMappedAlloc()
165 if (alloc.fFlags & GrVkAlloc::kNoncoherent_Flag) { in InvalidateMappedAlloc()
DGrVkAMDMemoryAllocator.cpp227 flags |= GrVkAlloc::kNoncoherent_Flag; in getAllocInfo()
/external/skia/include/gpu/vk/
DGrVkTypes.h37 kNoncoherent_Flag = 0x1, // memory must be flushed to device after mapping enumerator
/external/skqp/include/gpu/vk/
DGrVkTypes.h52 kNoncoherent_Flag = 0x1, // memory must be flushed to device after mapping enumerator