Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp234 const VkPhysicalDeviceProperties* physDevProps; in flushMappedMemory() local
235 vmaGetPhysicalDeviceProperties(fAllocator, &physDevProps); in flushMappedMemory()
236 VkDeviceSize alignment = physDevProps->limits.nonCoherentAtomSize; in flushMappedMemory()
253 const VkPhysicalDeviceProperties* physDevProps; in invalidateMappedMemory() local
254 vmaGetPhysicalDeviceProperties(fAllocator, &physDevProps); in invalidateMappedMemory()
255 VkDeviceSize alignment = physDevProps->limits.nonCoherentAtomSize; in invalidateMappedMemory()