Searched refs:depth_cleared_level_mask_once (Results 1 – 3 of 3) sorted by relevance
944 zstex->depth_cleared_level_mask_once |= BITFIELD_BIT(level); in si_fast_clear()954 zstex->depth_cleared_level_mask_once |= BITFIELD_BIT(level); in si_fast_clear()1021 zstex->depth_cleared_level_mask_once |= BITFIELD_BIT(level); in si_fast_clear()1035 zstex->depth_cleared_level_mask_once |= BITFIELD_BIT(level); in si_fast_clear()1061 zstex->depth_cleared_level_mask_once |= BITFIELD_BIT(level); in si_fast_clear()1144 if (!(zstex->depth_cleared_level_mask_once & BITFIELD_BIT(level)) || in si_clear()1203 zstex->depth_cleared_level_mask_once |= BITFIELD_BIT(zsbuf->u.tex.level); in si_clear()
509 tex->depth_cleared_level_mask_once = new_tex->depth_cleared_level_mask_once; in si_reallocate_texture_inplace()
403 uint16_t depth_cleared_level_mask_once; /* if it was cleared at least once */ member