Searched refs:GetImageCopyBufferAlignment (Results 1 – 4 of 4) sorted by relevance
309 size_t GetImageCopyBufferAlignment(angle::FormatID actualFormatID) in GetImageCopyBufferAlignment() function346 : GetImageCopyBufferAlignment(actualFormatID); in GetValidImageCopyBufferAlignment()
61 size_t GetImageCopyBufferAlignment(angle::FormatID actualFormatID);
463 vk::GetImageCopyBufferAlignment(mImage->getActualFormatID()); in isFastUnpackPossible()1865 ASSERT((offset % vk::GetImageCopyBufferAlignment(mImage->getActualFormatID())) == 0); in copyBufferDataToImage()
4926 size_t imageCopyAlignment = GetImageCopyBufferAlignment(formatId); in allocateForCopyImage()