Searched refs:num_subres (Results 1 – 1 of 1) sorted by relevance
78 u32 num_subres; member1677 if (WARN_ON(loc_start->sub_resource >= dirty->num_subres)) in vmw_subres_dirty_add()1759 for (sub_res = 0; sub_res < dirty->num_subres; ++sub_res) in vmw_surface_tex_dirty_range_add()1845 for (i = 0; i < dirty->num_subres; ++i) { in vmw_surface_dirty_sync()1863 for (i = 0; i < dirty->num_subres; ++i) { in vmw_surface_dirty_sync()1895 dirty->num_subres); in vmw_surface_dirty_sync()1910 u32 num_subres; in vmw_surface_dirty_alloc() local1924 num_subres = num_layers * num_mip; in vmw_surface_dirty_alloc()1925 dirty_size = struct_size(dirty, boxes, num_subres); in vmw_surface_dirty_alloc()1940 dirty->num_subres = num_subres; in vmw_surface_dirty_alloc()