Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h133 unsigned ucp_mask = ucp_enable; in do_cliptest() local
135 while (ucp_mask) { in do_cliptest()
136 unsigned plane_idx = ffs(ucp_mask)-1; in do_cliptest()
137 ucp_mask &= ~(1 << plane_idx); in do_cliptest()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c857 unsigned ucp_mask = clipdist_mask ? 0 : rs->clip_plane_enable & SI_USER_CLIP_PLANE_MASK; in si_emit_clip_regs() local
878 rs->pa_cl_clip_cntl | ucp_mask | S_028810_CLIP_DISABLE(window_space)); in si_emit_clip_regs()

Completed in 9 milliseconds