Lines Matching refs:allocAlignment
5231 VkDeviceSize allocAlignment,
5316 VkDeviceSize allocAlignment,
5371 VkDeviceSize allocAlignment,
5497 VkDeviceSize allocAlignment,
5607 VkDeviceSize allocAlignment,
7844 VkDeviceSize allocAlignment, in CreateAllocationRequest() argument
7884 allocAlignment, in CreateAllocationRequest()
7909 allocAlignment, in CreateAllocationRequest()
7933 allocAlignment, in CreateAllocationRequest()
7969 allocAlignment, in CreateAllocationRequest()
8318 VkDeviceSize allocAlignment, in CheckAllocation() argument
8372 *pOffset = VmaAlignUp(*pOffset, allocAlignment); in CheckAllocation()
8515 *pOffset = VmaAlignUp(*pOffset, allocAlignment); in CheckAllocation()
9652 VkDeviceSize allocAlignment, in CreateAllocationRequest() argument
9706 resultOffset = VmaAlignDown(resultOffset, allocAlignment); in CreateAllocationRequest()
9794 resultOffset = VmaAlignUp(resultOffset, allocAlignment); in CreateAllocationRequest()
9883 resultOffset = VmaAlignUp(resultOffset, allocAlignment); in CreateAllocationRequest()
10593 VkDeviceSize allocAlignment, in CreateAllocationRequest() argument
10608 allocAlignment = VMA_MAX(allocAlignment, bufferImageGranularity); in CreateAllocationRequest()
10624 if(freeNode->offset % allocAlignment == 0) in CreateAllocationRequest()