Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c108 unsigned fully_copied_levels = 0; in si_blit_dbcb_copy() local
160 fully_copied_levels |= 1u << level; in si_blit_dbcb_copy()
168 return fully_copied_levels; in si_blit_dbcb_copy()
348 unsigned fully_copied_levels; in si_decompress_depth() local
365 fully_copied_levels = si_blit_dbcb_copy( in si_decompress_depth()
371 tex->dirty_level_mask &= ~fully_copied_levels; in si_decompress_depth()
373 tex->stencil_dirty_level_mask &= ~fully_copied_levels; in si_decompress_depth()