Lines Matching +defs:val +defs:allocation

3486 static inline T VmaAlignUp(T val, T align)  in VmaAlignUp()
3493 static inline T VmaAlignDown(T val, T align) in VmaAlignDown()
5630 …virtual void Free(const VmaAllocation allocation) { FreeAtOffset(allocation, allocation->GetOffset… in Free()
5672 } allocation; member
8138 void VmaBlockMetadata_Generic::Free(const VmaAllocation allocation) in Free()
10221 void VmaBlockMetadata_Linear::Free(const VmaAllocation allocation) in Free()
13512 VmaAllocation allocation) in RecordAllocateMemory()
13565 VmaAllocation allocation) in RecordAllocateMemoryForBuffer()
13594 VmaAllocation allocation) in RecordAllocateMemoryForImage()
13619 VmaAllocation allocation) in RecordFreeMemory()
13646 VmaAllocation allocation, in RecordResizeAllocation()
13659 VmaAllocation allocation, in RecordSetAllocationUserData()
13676 VmaAllocation allocation) in RecordCreateLostAllocation()
13688 VmaAllocation allocation) in RecordMapMemory()
13700 VmaAllocation allocation) in RecordUnmapMemory()
13712 VmaAllocation allocation, VkDeviceSize offset, VkDeviceSize size) in RecordFlushAllocation()
13726 VmaAllocation allocation, VkDeviceSize offset, VkDeviceSize size) in RecordInvalidateAllocation()
13742 VmaAllocation allocation) in RecordCreateBuffer()
13768 VmaAllocation allocation) in RecordCreateImage()
13801 VmaAllocation allocation) in RecordDestroyBuffer()
13813 VmaAllocation allocation) in RecordDestroyImage()
13825 VmaAllocation allocation) in RecordTouchAllocation()
13837 VmaAllocation allocation) in RecordGetAllocationInfo()
14712 VmaAllocation allocation = pAllocations[allocIndex]; in FreeMemory() local
15358 void VmaAllocator_T::FreeDedicatedMemory(VmaAllocation allocation) in FreeDedicatedMemory()
16139 VmaAllocation allocation) in vmaFreeMemory()
16197 VmaAllocation allocation, in vmaResizeAllocation()
16221 VmaAllocation allocation, in vmaGetAllocationInfo()
16242 VmaAllocation allocation) in vmaTouchAllocation()
16262 VmaAllocation allocation, in vmaSetAllocationUserData()
16304 VmaAllocation allocation, in vmaMapMemory()
16327 VmaAllocation allocation) in vmaUnmapMemory()
16345 void vmaFlushAllocation(VmaAllocator allocator, VmaAllocation allocation, VkDeviceSize offset, VkDe… in vmaFlushAllocation()
16365 void vmaInvalidateAllocation(VmaAllocator allocator, VmaAllocation allocation, VkDeviceSize offset,… in vmaInvalidateAllocation()
16497 VmaAllocation allocation, in vmaBindBufferMemory()
16511 VmaAllocation allocation, in vmaBindImageMemory()
16636 VmaAllocation allocation) in vmaDestroyBuffer()
16773 VmaAllocation allocation) in vmaDestroyImage()