Home
last modified time | relevance | path

Searched defs:bytesPerBlock (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/task/
H A DUploadTask.cpp52 size_t bytesPerBlock, in compute_combined_buffer_size()
263 size_t bytesPerBlock = SkCompressedBlockSize(compression); in MakeCompressed() local
/aosp_15_r20/external/zstd/tests/fuzz/
H A Dsimple_round_trip.c128 size_t const bytesPerBlock = 3 /* block header */ in roundTripTest() local
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkFormat.cpp1519 int Format::bytesPerBlock() const in bytesPerBlock() function in vk::Format
H A DVkImage.cpp450 int bytesPerBlock = srcFormat.bytesPerBlock(); in copySingleAspectTo() local
626 int bytesPerBlock = copyFormat.bytesPerBlock(); in copy() local
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLBackendSurface.cpp49 size_t bytesPerBlock() const override { in bytesPerBlock() function in GrGLBackendFormatData
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanCommandBuffer.cpp1524 size_t bytesPerBlock = VkFormatBytesPerBlock(srcTextureInfo.fFormat); in onCopyTextureToBuffer() local
1571 size_t bytesPerBlock = VkFormatBytesPerBlock(dstTextureInfo.fFormat); in onCopyBufferToTexture() local
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkBackendSurface.cpp57 size_t bytesPerBlock() const override { in bytesPerBlock() function in GrVkBackendFormatData
H A DGrVkGpu.cpp884 size_t bytesPerBlock = skgpu::VkFormatBytesPerBlock(vkFormat); in fill_in_compressed_regions() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c1447 unsigned blockw, blockh, bytesPerBlock; in svga_texture_transfer_map_upload() local