Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkCaps.h185 bool mustUseCoherentHostVisibleMemory() const { return fMustUseCoherentHostVisibleMemory; } in mustUseCoherentHostVisibleMemory()
411 bool fMustUseCoherentHostVisibleMemory = false; variable
DGrVkAMDMemoryAllocator.h79 bool fMustUseCoherentHostVisibleMemory; variable
DGrVkAMDMemoryAllocator.cpp98 , fMustUseCoherentHostVisibleMemory(mustUseCoherentHostVisibleMemory) {} in GrVkAMDMemoryAllocator()
180 if (fMustUseCoherentHostVisibleMemory && in allocateBufferMemory()
DGrVkCaps.cpp558 fMustUseCoherentHostVisibleMemory = true; in applyDriverCorrectnessWorkarounds()