Home
last modified time | relevance | path

Searched refs:image_blocks (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_surfacedefs.h1022 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/
Dverity_utils.py256 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/
Dplatform_DMVerityCorruption.py36 self.mod_and_test(self.mod_zerofill_block, self.image_blocks, False)
/external/autotest/client/site_tests/platform_DMVerityBitCorruption/
Dplatform_DMVerityBitCorruption.py56 self.mod_and_test(self.mod_tweak_block, self.image_blocks, False)