Searched refs:mustUseCoherentHostVisibleMemory (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/gpu/vk/ |
H A D | GrVkAMDMemoryAllocator.cpp | 111 allocator, std::move(interface), caps->mustUseCoherentHostVisibleMemory())); in Make() 113 allocator, std::move(interface), caps->mustUseCoherentHostVisibleMemory(), cacheFlag)); in Make() 120 bool mustUseCoherentHostVisibleMemory) in GrVkAMDMemoryAllocator() 122 bool mustUseCoherentHostVisibleMemory, in GrVkAMDMemoryAllocator() 128 , fMustUseCoherentHostVisibleMemory(mustUseCoherentHostVisibleMemory) {} in GrVkAMDMemoryAllocator() 130 , fMustUseCoherentHostVisibleMemory(mustUseCoherentHostVisibleMemory) 117 GrVkAMDMemoryAllocator(VmaAllocator allocator, sk_sp<const GrVkInterface> interface, bool mustUseCoherentHostVisibleMemory) GrVkAMDMemoryAllocator() argument
|
H A D | GrVkAMDMemoryAllocator.h | 76 bool mustUseCoherentHostVisibleMemory); 78 bool mustUseCoherentHostVisibleMemory, bool cacheFlag);
|
H A D | GrVkCaps.h | 185 bool mustUseCoherentHostVisibleMemory() const { return fMustUseCoherentHostVisibleMemory; } in mustUseCoherentHostVisibleMemory() function in GrVkCaps
|
Completed in 5 milliseconds