Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/vmwgfx/
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()