Searched refs:imageCopyAlignment (Results 1 – 2 of 2) sorted by relevance
7462 size_t imageCopyAlignment = vk::GetImageCopyBufferAlignment(formatId); in initBufferForImageCopy() local7465 size_t allocationSize = size + imageCopyAlignment; in initBufferForImageCopy()7466 allocationSize = roundUp(allocationSize, imageCopyAlignment); in initBufferForImageCopy()7472 *offset = roundUp(bufferHelper->getOffset(), static_cast<VkDeviceSize>(imageCopyAlignment)); in initBufferForImageCopy()
732 const VkDeviceSize imageCopyAlignment = in isFastUnpackPossible() local742 (offset % imageCopyAlignment) == 0 && formatsMatch; in isFastUnpackPossible()