Searched refs:GrVkFormatBytesPerBlock (Results 1 – 4 of 4) sorted by relevance
110 return GrVkFormatBytesPerBlock(vkFormat); in GrBackendFormatBytesPerBlock()
128 static constexpr size_t GrVkFormatBytesPerBlock(VkFormat vkFormat) { in GrVkFormatBytesPerBlock() function
580 SkASSERT(GrVkFormatBytesPerBlock(format) == GrColorTypeBytesPerPixel(bufferColorType)); in onTransferPixelsTo()652 SkASSERT(GrVkFormatBytesPerBlock(format) == GrColorTypeBytesPerPixel(bufferColorType)); in onTransferPixelsFrom()816 size_t bytesPerBlock = GrVkFormatBytesPerBlock(vkFormat); in fill_in_compressed_regions()1526 size_t bytesPerPixel = GrVkFormatBytesPerBlock(vkFormat); in copy_src_data()2429 if (GrVkFormatBytesPerBlock(image->imageFormat()) != bpp) { in onReadPixels()
1535 size_t offsetAlignment = align_to_4(GrVkFormatBytesPerBlock(vkFormat)); in supportedWritePixelsColorType()1768 size_t offsetAlignment = align_to_4(GrVkFormatBytesPerBlock(vkFormat)); in onSupportedReadPixelsColorType()