Searched refs:num_subres (Results 1 – 1 of 1) sorted by relevance
81 u32 num_subres; member1732 if (WARN_ON(loc_start->sub_resource >= dirty->num_subres)) in vmw_subres_dirty_add()1814 for (sub_res = 0; sub_res < dirty->num_subres; ++sub_res) in vmw_surface_tex_dirty_range_add()1901 for (i = 0; i < dirty->num_subres; ++i) { in vmw_surface_dirty_sync()1919 for (i = 0; i < dirty->num_subres; ++i) { in vmw_surface_dirty_sync()1951 dirty->num_subres); in vmw_surface_dirty_sync()1966 u32 num_subres; in vmw_surface_dirty_alloc() local1984 num_subres = num_layers * num_mip; in vmw_surface_dirty_alloc()1985 dirty_size = struct_size(dirty, boxes, num_subres); in vmw_surface_dirty_alloc()2008 dirty->num_subres = num_subres; in vmw_surface_dirty_alloc()