Searched refs:GrVkFormatBytesPerBlock (Results 1 – 4 of 4) sorted by relevance
77 static constexpr size_t GrVkFormatBytesPerBlock(VkFormat vkFormat) { in GrVkFormatBytesPerBlock() function
568 SkASSERT(GrVkFormatBytesPerBlock(format) == GrColorTypeBytesPerPixel(bufferColorType)); in onTransferPixelsTo()641 SkASSERT(GrVkFormatBytesPerBlock(format) == GrColorTypeBytesPerPixel(bufferColorType)); in onTransferPixelsFrom()803 size_t bytesPerBlock = GrVkFormatBytesPerBlock(vkFormat); in fill_in_compressed_regions()1504 size_t bytesPerPixel = GrVkFormatBytesPerBlock(vkFormat); in copy_src_data()2380 if (GrVkFormatBytesPerBlock(image->imageFormat()) != bpp) { in onReadPixels()
1537 size_t offsetAlignment = align_to_4(GrVkFormatBytesPerBlock(vkFormat)); in supportedWritePixelsColorType()1738 size_t offsetAlignment = align_to_4(GrVkFormatBytesPerBlock(vkFormat)); in onSupportedReadPixelsColorType()
110 return GrVkFormatBytesPerBlock(vkFormat); in GrBackendFormatBytesPerBlock()