Home
last modified time | relevance | path

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

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