Searched refs:num_subres (Results 1 – 1 of 1) sorted by relevance
79 u32 num_subres; member1679 if (WARN_ON(loc_start->sub_resource >= dirty->num_subres)) in vmw_subres_dirty_add()1761 for (sub_res = 0; sub_res < dirty->num_subres; ++sub_res) in vmw_surface_tex_dirty_range_add()1847 for (i = 0; i < dirty->num_subres; ++i) { in vmw_surface_dirty_sync()1865 for (i = 0; i < dirty->num_subres; ++i) { in vmw_surface_dirty_sync()1897 dirty->num_subres); in vmw_surface_dirty_sync()1912 u32 num_subres; in vmw_surface_dirty_alloc() local1926 num_subres = num_layers * num_mip; in vmw_surface_dirty_alloc()1927 dirty_size = struct_size(dirty, boxes, num_subres); in vmw_surface_dirty_alloc()1942 dirty->num_subres = num_subres; in vmw_surface_dirty_alloc()