Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_surfacedefs.h1276 u32 num_layers) in svga3dsurface_get_serialized_size() argument
1289 return total_size * num_layers; in svga3dsurface_get_serialized_size()
1300 u32 num_layers, in svga3dsurface_get_serialized_size_extended() argument
1307 num_layers); in svga3dsurface_get_serialized_size_extended()
1465 u32 num_layers; member
1508 u32 num_layers, in svga3dsurface_setup_cache() argument
1518 cache->num_layers = num_layers; in svga3dsurface_setup_cache()
1541 cache->sheet_bytes = cache->mip_chain_bytes * num_layers; in svga3dsurface_setup_cache()
/Linux-v5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_surface.c1951 u32 num_layers = 1; in vmw_surface_dirty_alloc() local
1963 num_layers = metadata->array_size; in vmw_surface_dirty_alloc()
1965 num_layers *= SVGA3D_MAX_SURFACE_FACES; in vmw_surface_dirty_alloc()
1971 num_subres = num_layers * num_mip; in vmw_surface_dirty_alloc()
1990 num_mip, num_layers, num_samples, in vmw_surface_dirty_alloc()
2074 u32 num_layers = 1; in vmw_gb_surface_define() local
2143 num_layers = req->array_size; in vmw_gb_surface_define()
2145 num_layers = SVGA3D_MAX_SURFACE_FACES; in vmw_gb_surface_define()
2154 num_layers, in vmw_gb_surface_define()