Lines Matching refs:pOffset
5375 VkDeviceSize* pOffset,
8322 VkDeviceSize* pOffset, in CheckAllocation() argument
8330 VMA_ASSERT(pOffset != VMA_NULL); in CheckAllocation()
8363 *pOffset = suballocItem->offset; in CheckAllocation()
8368 *pOffset += VMA_DEBUG_MARGIN; in CheckAllocation()
8372 *pOffset = VmaAlignUp(*pOffset, allocAlignment); in CheckAllocation()
8384 … if(VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, *pOffset, bufferImageGranularity)) in CheckAllocation()
8398 *pOffset = VmaAlignUp(*pOffset, bufferImageGranularity); in CheckAllocation()
8404 if(*pOffset >= suballocItem->offset + suballocItem->size) in CheckAllocation()
8410 const VkDeviceSize paddingBegin = *pOffset - suballocItem->offset; in CheckAllocation()
8467 … if(VmaBlocksOnSamePage(*pOffset, allocSize, nextSuballoc.offset, bufferImageGranularity)) in CheckAllocation()
8506 *pOffset = suballoc.offset; in CheckAllocation()
8511 *pOffset += VMA_DEBUG_MARGIN; in CheckAllocation()
8515 *pOffset = VmaAlignUp(*pOffset, allocAlignment); in CheckAllocation()
8527 … if(VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, *pOffset, bufferImageGranularity)) in CheckAllocation()
8541 *pOffset = VmaAlignUp(*pOffset, bufferImageGranularity); in CheckAllocation()
8546 const VkDeviceSize paddingBegin = *pOffset - suballoc.offset; in CheckAllocation()
8566 … if(VmaBlocksOnSamePage(*pOffset, allocSize, nextSuballoc.offset, bufferImageGranularity)) in CheckAllocation()