Searched refs:ucp_mask (Results 1 – 2 of 2) sorted by relevance
132 unsigned ucp_mask = ucp_enable; in TAG() local134 while (ucp_mask) { in TAG()135 unsigned plane_idx = ffs(ucp_mask)-1; in TAG()136 ucp_mask &= ~(1 << plane_idx); in TAG()
738 unsigned ucp_mask = clipdist_mask ? 0 : rs->clip_plane_enable & SIX_BITS; in si_emit_clip_regs() local767 rs->pa_cl_clip_cntl | ucp_mask | S_028810_CLIP_DISABLE(window_space)); in si_emit_clip_regs()