Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmw_surface_cache.h340 size_t sheet_bytes; member
420 cache->sheet_bytes = cache->mip_chain_bytes * num_layers; in vmw_surface_setup_cache()
421 if (!cache->sheet_bytes) in vmw_surface_setup_cache()
448 loc->sheet = offset / cache->sheet_bytes; in vmw_surface_get_loc()
449 offset -= loc->sheet * cache->sheet_bytes; in vmw_surface_get_loc()