svga3d_surfacedefs.h | 1195 surf_size_struct image_blocks; local in function:svga3dsurface_get_image_buffer_size 1198 svga3dsurface_get_size_in_blocks(desc, size, &image_blocks); 1201 total_size = clamped_umul32(image_blocks.width, 1202 image_blocks.height); 1203 total_size = clamped_umul32(total_size, image_blocks.depth); 1211 slice_size = clamped_umul32(image_blocks.height, pitch); 1212 total_size = clamped_umul32(slice_size, image_blocks.depth);
|