Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_cliptest_tmp.h98 unsigned ucp_mask = ucp_enable; in TAG() local
100 while (ucp_mask) { in TAG()
101 unsigned plane_idx = ffs(ucp_mask)-1; in TAG()
102 ucp_mask &= ~(1 << plane_idx); in TAG()