Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_blit.c134 unsigned fully_copied_levels = 0; in si_blit_dbcb_copy() local
186 fully_copied_levels |= 1u << level; in si_blit_dbcb_copy()
194 return fully_copied_levels; in si_blit_dbcb_copy()
335 unsigned fully_copied_levels; in si_decompress_depth() local
352 fully_copied_levels = si_blit_dbcb_copy(sctx, tex, dst, copy_planes, levels, first_layer, in si_decompress_depth()
356 tex->dirty_level_mask &= ~fully_copied_levels; in si_decompress_depth()
358 tex->stencil_dirty_level_mask &= ~fully_copied_levels; in si_decompress_depth()

Completed in 2 milliseconds