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.h127 unsigned ucp_mask = ucp_enable; in TAG() local
129 while (ucp_mask) { in TAG()
130 unsigned plane_idx = ffs(ucp_mask)-1; in TAG()
131 ucp_mask &= ~(1 << plane_idx); in TAG()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c669 unsigned ucp_mask = clipdist_mask ? 0 : rs->clip_plane_enable & SIX_BITS; in si_emit_clip_regs() local
705 ucp_mask | in si_emit_clip_regs()