Home
last modified time | relevance | path

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

/external/skia/include/gpu/vk/
DGrVkTypes.h40 kNoncoherent_Flag = 0x1, // memory must be flushed to device after mapping enumerator
/external/skia/src/gpu/vk/
DGrVkMemory.cpp89 : GrVkAlloc::kNoncoherent_Flag; in AllocAndBindBufferMemory()
174 : GrVkAlloc::kNoncoherent_Flag; in AllocAndBindImageMemory()
290 if (alloc.fFlags & GrVkAlloc::kNoncoherent_Flag) { in FlushMappedAlloc()
303 if (alloc.fFlags & GrVkAlloc::kNoncoherent_Flag) { in InvalidateMappedAlloc()