Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmw_surface_cache.h323 * @sheet_bytes: Bytes required in the backing store for a sheet
334 size_t sheet_bytes; member
414 cache->sheet_bytes = cache->mip_chain_bytes * num_layers; in vmw_surface_setup_cache()
415 if (!cache->sheet_bytes) in vmw_surface_setup_cache()
442 loc->sheet = offset / cache->sheet_bytes; in vmw_surface_get_loc()
443 offset -= loc->sheet * cache->sheet_bytes; in vmw_surface_get_loc()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_surfacedefs.h1452 * @sheet_bytes: Bytes required in the backing store for a sheet
1463 size_t sheet_bytes; member
1543 cache->sheet_bytes = cache->mip_chain_bytes * num_layers; in svga3dsurface_setup_cache()
1544 if (!cache->sheet_bytes) in svga3dsurface_setup_cache()
1571 loc->sheet = offset / cache->sheet_bytes; in svga3dsurface_get_loc()
1572 offset -= loc->sheet * cache->sheet_bytes; in svga3dsurface_get_loc()

Completed in 4 milliseconds