Searched refs:kNoncoherent_Flag (Results 1 – 6 of 6) sorted by relevance
136 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()
174 flags |= GrVkAlloc::kNoncoherent_Flag; in getAllocInfo()220 if (GrVkAlloc::kNoncoherent_Flag & info.fFlags) { in flushMappedMemory()238 if (GrVkAlloc::kNoncoherent_Flag & info.fFlags) { in invalidateMappedMemory()
131 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()
227 flags |= GrVkAlloc::kNoncoherent_Flag; in getAllocInfo()
37 kNoncoherent_Flag = 0x1, // memory must be flushed to device after mapping enumerator
52 kNoncoherent_Flag = 0x1, // memory must be flushed to device after mapping enumerator