Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c944 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()
Dsi_texture.c509 tex->depth_cleared_level_mask_once = new_tex->depth_cleared_level_mask_once; in si_reallocate_texture_inplace()
Dsi_pipe.h403 uint16_t depth_cleared_level_mask_once; /* if it was cleared at least once */ member