Searched refs:kNoncoherent_Flag (Results 1 – 6 of 6) sorted by relevance
138 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()
186 flags |= GrVkAlloc::kNoncoherent_Flag; in getAllocInfo()235 if (GrVkAlloc::kNoncoherent_Flag & info.fFlags) { in flushMappedMemory()254 if (GrVkAlloc::kNoncoherent_Flag & info.fFlags) { in invalidateMappedMemory()
133 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()
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