Home
last modified time | relevance | path

Searched defs:bytesPerBlock (Results 1 – 11 of 11) 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/m133/src/gpu/graphite/task/
DUploadTask.cpp52 size_t bytesPerBlock, in compute_combined_buffer_size()
263 size_t bytesPerBlock = SkCompressedBlockSize(compression); in MakeCompressed() local
/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/skia/m133/src/gpu/ganesh/gl/
DGrGLBackendSurface.cpp55 size_t bytesPerBlock() const override { in bytesPerBlock() function in GrGLBackendFormatData
/third_party/skia/m133/src/gpu/ganesh/vk/
DGrVkBackendSurface.cpp63 size_t bytesPerBlock() const override { in bytesPerBlock() function in GrVkBackendFormatData
DGrVkGpu.cpp904 size_t bytesPerBlock = skgpu::VkFormatBytesPerBlock(vkFormat); in fill_in_compressed_regions() local
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_surfacedefs.h237 uint32_t bytesPerBlock; member
/third_party/skia/m133/src/gpu/graphite/vk/
DVulkanCommandBuffer.cpp1450 size_t bytesPerBlock = VkFormatBytesPerBlock(srcTextureInfo.fFormat); in onCopyTextureToBuffer() local
1497 size_t bytesPerBlock = VkFormatBytesPerBlock(dstTextureInfo.fFormat); in onCopyBufferToTexture() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.c1448 unsigned blockw, blockh, bytesPerBlock; in svga_texture_transfer_map_upload() local
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp835 size_t bytesPerBlock = GrVkFormatBytesPerBlock(vkFormat); in fill_in_compressed_regions() local