Home
last modified time | relevance | path

Searched refs:mipChainBytes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmw_surface_cache.h217 u32 mipChainBytes; in vmw_surface_get_image_offset() local
226 mipChainBytes = 0; in vmw_surface_get_image_offset()
231 mipChainBytes += bytes; in vmw_surface_get_image_offset()
236 offset = mipChainBytes * face + mipChainBytesToLevel; in vmw_surface_get_image_offset()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_surfacedefs.h1346 u32 mipChainBytes; in svga3dsurface_get_image_offset() local
1355 mipChainBytes = 0; in svga3dsurface_get_image_offset()
1360 mipChainBytes += bytes; in svga3dsurface_get_image_offset()
1365 offset = mipChainBytes * face + mipChainBytesToLevel; in svga3dsurface_get_image_offset()

Completed in 3 milliseconds