Searched refs:image_blocks (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_surfacedefs.h | 1022 SVGA3dSize image_blocks; in svga3dsurface_get_image_buffer_size() local 1025 svga3dsurface_get_size_in_blocks(desc, size, &image_blocks); in svga3dsurface_get_image_buffer_size() 1028 total_size = clamped_umul32(image_blocks.width, in svga3dsurface_get_image_buffer_size() 1029 image_blocks.height); in svga3dsurface_get_image_buffer_size() 1030 total_size = clamped_umul32(total_size, image_blocks.depth); in svga3dsurface_get_image_buffer_size() 1038 slice_size = clamped_umul32(image_blocks.height, pitch); in svga3dsurface_get_image_buffer_size() 1039 total_size = clamped_umul32(slice_size, image_blocks.depth); in svga3dsurface_get_image_buffer_size()
|
/external/autotest/client/cros/ |
D | verity_utils.py | 256 image_blocks = DEFAULT_IMAGE_SIZE_IN_BLOCKS variable in VerityImageTest 275 backing_path = self.verity.create_backing_image(self.image_blocks) 281 self.image_blocks)
|
/external/autotest/client/site_tests/platform_DMVerityCorruption/ |
D | platform_DMVerityCorruption.py | 36 self.mod_and_test(self.mod_zerofill_block, self.image_blocks, False)
|
/external/autotest/client/site_tests/platform_DMVerityBitCorruption/ |
D | platform_DMVerityBitCorruption.py | 56 self.mod_and_test(self.mod_tweak_block, self.image_blocks, False)
|
/external/u-boot/tools/ |
D | mxsimage.h | 47 uint32_t image_blocks; member
|
D | mxsimage.c | 1361 hdr->image_blocks = hdr->header_blocks; in sb_postfill_image_header() 1365 hdr->image_blocks += kd_size / SB_BLOCK_SIZE; in sb_postfill_image_header() 1370 hdr->image_blocks += sctx->size / SB_BLOCK_SIZE; in sb_postfill_image_header() 1382 hdr->image_blocks += sections_blocks; in sb_postfill_image_header() 1388 hdr->image_blocks += 2; in sb_postfill_image_header() 1761 if (hdr->image_blocks != fsize / SB_BLOCK_SIZE) in sb_verify_image_header() 1764 hdr->image_blocks); in sb_verify_image_header()
|