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

/xsrc/external/mit/xcb-util/dist/renderutil/
H A Dcache.c51 #define DEPTH_MASK(d) (1 << ((d) - 1)) macro
57 #define REQUIRED_DEPTHS (DEPTH_MASK(1) | \
58 DEPTH_MASK(4) | \
59 DEPTH_MASK(8) | \
60 DEPTH_MASK(24) | \
61 DEPTH_MASK(32))
73 if (missing & DEPTH_MASK(d))
107 missing &= ~DEPTH_MASK(depths.data->depth);
/xsrc/external/mit/libXrender/dist/src/
H A DXrender.c74 #define DEPTH_MASK(d) (1U << ((d) - 1)) macro
80 #define REQUIRED_DEPTHS (DEPTH_MASK(1) | \
81 DEPTH_MASK(4) | \
82 DEPTH_MASK(8) | \
83 DEPTH_MASK(24) | \
84 DEPTH_MASK(32))
108 d->missing |= DEPTH_MASK(evt->resourceid);
130 depths |= DEPTH_MASK(scr->depths[d].depth);
161 if ((missing & DEPTH_MASK(d)) && d != 1)

Completed in 4 milliseconds