Lines Matching refs:nonCoherentAtomSize
6617 …VMA_MAX((VkDeviceSize)VMA_DEBUG_ALIGNMENT, m_PhysicalDeviceProperties.limits.nonCoherentAtomSize) : in GetMemoryTypeMinAlignment()
12037 …const VkDeviceSize nonCoherentAtomSize = m_hAllocator->m_PhysicalDeviceProperties.limits.nonCohere… in ApplyDefragmentationMovesCpu() local
12054 memRange.offset = VmaAlignDown(move.srcOffset, nonCoherentAtomSize); in ApplyDefragmentationMovesCpu()
12056 VmaAlignUp(move.size + (move.srcOffset - memRange.offset), nonCoherentAtomSize), in ApplyDefragmentationMovesCpu()
12078 memRange.offset = VmaAlignDown(move.dstOffset, nonCoherentAtomSize); in ApplyDefragmentationMovesCpu()
12080 VmaAlignUp(move.size + (move.dstOffset - memRange.offset), nonCoherentAtomSize), in ApplyDefragmentationMovesCpu()
12148 …const VkDeviceSize nonCoherentAtomSize = m_hAllocator->m_PhysicalDeviceProperties.limits.nonCohere… in ApplyDefragmentationMovesGpu() local
13931 …tf(m_File, "PhysicalDeviceLimits,nonCoherentAtomSize,%llu\n", devProps.limits.nonCoherentAtomSize); in WriteConfiguration()
14052 VMA_ASSERT(VmaIsPow2(m_PhysicalDeviceProperties.limits.nonCoherentAtomSize)); in VmaAllocator_T()
15293 … const VkDeviceSize nonCoherentAtomSize = m_PhysicalDeviceProperties.limits.nonCoherentAtomSize; in FlushOrInvalidateAllocation() local
15301 memRange.offset = VmaAlignDown(offset, nonCoherentAtomSize); in FlushOrInvalidateAllocation()
15310 VmaAlignUp(size + (offset - memRange.offset), nonCoherentAtomSize), in FlushOrInvalidateAllocation()
15318 memRange.offset = VmaAlignDown(offset, nonCoherentAtomSize); in FlushOrInvalidateAllocation()
15327 memRange.size = VmaAlignUp(size + (offset - memRange.offset), nonCoherentAtomSize); in FlushOrInvalidateAllocation()
15331 VMA_ASSERT(allocationOffset % nonCoherentAtomSize == 0); in FlushOrInvalidateAllocation()