Searched refs:physDevProps (Results 1 – 1 of 1) sorted by relevance
234 const VkPhysicalDeviceProperties* physDevProps; in flushMappedMemory() local235 vmaGetPhysicalDeviceProperties(fAllocator, &physDevProps); in flushMappedMemory()236 VkDeviceSize alignment = physDevProps->limits.nonCoherentAtomSize; in flushMappedMemory()253 const VkPhysicalDeviceProperties* physDevProps; in invalidateMappedMemory() local254 vmaGetPhysicalDeviceProperties(fAllocator, &physDevProps); in invalidateMappedMemory()255 VkDeviceSize alignment = physDevProps->limits.nonCoherentAtomSize; in invalidateMappedMemory()