Home
last modified time | relevance | path

Searched defs:mustUseCoherentHostVisibleMemory (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/vk/
DVulkanAMDMemoryAllocator.cpp24 bool mustUseCoherentHostVisibleMemory, in Make()
/external/skia/src/gpu/graphite/vk/
DVulkanSharedContext.cpp92 bool mustUseCoherentHostVisibleMemory = false; /*caps->mustUseCoherentHostVisibleMemory();*/ in Make() local
/external/skia/src/gpu/ganesh/vk/
DGrVkCaps.h190 bool mustUseCoherentHostVisibleMemory() const { return fMustUseCoherentHostVisibleMemory; } in mustUseCoherentHostVisibleMemory() function
DGrVkGpu.cpp218 bool mustUseCoherentHostVisibleMemory = caps->mustUseCoherentHostVisibleMemory(); in Make() local