Home
last modified time | relevance | path

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

/external/zstd/tests/fuzz/
Dsimple_round_trip.c81 size_t const bytesPerBlock = 3 /* block header */ in roundTripTest() local
/external/skia/src/gpu/graphite/vk/
DVulkanCommandBuffer.cpp278 size_t bytesPerBlock = VkFormatBytesPerBlock(srcTextureInfo.fFormat); in onCopyTextureToBuffer() local
320 size_t bytesPerBlock = VkFormatBytesPerBlock(dstTextureInfo.fFormat); in onCopyBufferToTexture() local
/external/swiftshader/src/Vulkan/
DVkFormat.cpp1519 int Format::bytesPerBlock() const in bytesPerBlock() function in vk::Format
DVkImage.cpp442 int bytesPerBlock = srcFormat.bytesPerBlock(); in copySingleAspectTo() local
608 int bytesPerBlock = copyFormat.bytesPerBlock(); in copy() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.c1424 unsigned blockw, blockh, bytesPerBlock; in svga_texture_transfer_map_upload() local
/external/skia/src/gpu/ganesh/vk/
DGrVkGpu.cpp940 size_t bytesPerBlock = skgpu::VkFormatBytesPerBlock(vkFormat); in fill_in_compressed_regions() local