Searched refs:bytesPerBlock (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkImage.cpp | 409 int bytesPerBlock = srcFormat.bytesPerBlock(); in copySingleAspectTo() local 410 ASSERT(bytesPerBlock == dstFormat.bytesPerBlock()); in copySingleAspectTo() 478 size_t copySize = copyExtent.width * bytesPerBlock; in copySingleAspectTo() 516 size_t rowSize = copyExtent.width * bytesPerBlock; in copySingleAspectTo() 575 int bytesPerBlock = copyFormat.bytesPerBlock(); in copy() local 576 int bufferRowPitchBytes = bufferExtent.width * bytesPerBlock; in copy() 603 copySize = imageExtent.width * bytesPerBlock; in copy() [all...] |
H A D | VkFormat.hpp | 54 int bytesPerBlock() const;
|
H A D | VkFormat.cpp | 1079 int Format::bytesPerBlock() const in bytesPerBlock() function in vk::Format
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | TestUtils.cpp | 28 const uint32_t bytesPerBlock = utils::GetTexelBlockSizeInBytes(format); in GetMinimumBytesPerRow() local 31 return Align(bytesPerBlock * (width / blockWidth), kTextureBytesPerRowAlignment); in GetMinimumBytesPerRow() 95 uint64_t bytesPerBlock) { in RequiredBytesInCopy() 103 uint64_t lastRowBytes = widthInBlocks * bytesPerBlock; in RequiredBytesInCopy() 90 RequiredBytesInCopy(uint64_t bytesPerRow, uint64_t rowsPerImage, uint64_t widthInBlocks, uint64_t heightInBlocks, uint64_t depth, uint64_t bytesPerBlock) RequiredBytesInCopy() argument
|
H A D | TestUtils.h | 50 uint64_t bytesPerBlock);
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource_texture.c | 1408 unsigned blockw, blockh, bytesPerBlock; in svga_texture_transfer_map_upload() local 1410 svga_format_size(tex->key.format, &blockw, &blockh, &bytesPerBlock); in svga_texture_transfer_map_upload()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.cpp | 835 size_t bytesPerBlock = GrVkFormatBytesPerBlock(vkFormat); in fill_in_compressed_regions() local 845 size_t alignment = bytesPerBlock; in fill_in_compressed_regions()
|
Completed in 12 milliseconds