Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp28 const uint32_t bytesPerBlock = utils::GetTexelBlockSizeInBytes(format); in GetMinimumBytesPerRow() local
95 uint64_t bytesPerBlock) { in RequiredBytesInCopy()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFormat.cpp1079 int Format::bytesPerBlock() const in bytesPerBlock() function in vk::Format
DVkImage.cpp409 int bytesPerBlock = srcFormat.bytesPerBlock(); in copySingleAspectTo() local
575 int bytesPerBlock = copyFormat.bytesPerBlock(); in copy() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.c1382 unsigned blockw, blockh, bytesPerBlock; in svga_texture_transfer_map_upload() local
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp816 size_t bytesPerBlock = GrVkFormatBytesPerBlock(vkFormat); in fill_in_compressed_regions() local