Home | History | Annotate | Download | only in i915

Lines Matching refs:dpop

95    int fop, dfop, dpop;
104 dpop = 0;
164 dpop = STENCILOP_KEEP;
167 dpop = STENCILOP_ZERO;
170 dpop = STENCILOP_REPLACE;
173 dpop = STENCILOP_INCRSAT;
176 dpop = STENCILOP_DECRSAT;
179 dpop = STENCILOP_INCR;
182 dpop = STENCILOP_DECR;
185 dpop = STENCILOP_INVERT;
199 (dpop));