Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmw_surface_cache.h223 u32 mipChainBytes; in vmw_surface_get_image_offset() local
232 mipChainBytes = 0; in vmw_surface_get_image_offset()
237 mipChainBytes += bytes; in vmw_surface_get_image_offset()
242 offset = mipChainBytes * face + mipChainBytesToLevel; in vmw_surface_get_image_offset()