mip_level 1132 drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h svga3dsurface_get_mip_size(surf_size_struct base_level, u32 mip_level) mip_level 1136 drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h size.width = max_t(u32, base_level.width >> mip_level, 1); mip_level 1137 drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h size.height = max_t(u32, base_level.height >> mip_level, 1); mip_level 1138 drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h size.depth = max_t(u32, base_level.depth >> mip_level, 1);