Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DBufferVk.cpp90 const bool isCoherentMap = (storageFlags & GL_MAP_COHERENT_BIT_EXT) != 0; in GetStorageMemoryType() local
93 if (isCoherentMap || isPersistentMap || externalBuffer) in GetStorageMemoryType()