Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_cliptest_tmp.h132 unsigned ucp_mask = ucp_enable; in TAG() local
134 while (ucp_mask) { in TAG()
135 unsigned plane_idx = ffs(ucp_mask)-1; in TAG()
136 ucp_mask &= ~(1 << plane_idx); in TAG()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c738 unsigned ucp_mask = clipdist_mask ? 0 : rs->clip_plane_enable & SIX_BITS; in si_emit_clip_regs() local
767 rs->pa_cl_clip_cntl | ucp_mask | S_028810_CLIP_DISABLE(window_space)); in si_emit_clip_regs()