Searched refs:dpop (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di830_state.c95 int fop, dfop, dpop; local in function:i830StencilOpSeparate
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
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di830_state.c95 int fop, dfop, dpop; local in function:i830StencilOpSeparate
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
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state.c482 int dpop = i915_translate_stencil_op(depth_stencil->stencil[0].zpass_op); local in function:i915_create_depth_stencil_state
489 (dpop << S5_STENCIL_PASS_Z_PASS_SHIFT));
496 int dpop = i915_translate_stencil_op(depth_stencil->stencil[1].zpass_op); local in function:i915_create_depth_stencil_state
508 (dpop << BFO_STENCIL_PASS_Z_PASS_SHIFT));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state.c406 int dpop = i915_translate_stencil_op(stencil->zpass_op); local in function:i915_get_lis5_stencil
412 (dpop << S5_STENCIL_PASS_Z_PASS_SHIFT));
421 int dpop = i915_translate_stencil_op(stencil->zpass_op); local in function:i915_get_bfo
428 (dpop << BFO_STENCIL_PASS_Z_PASS_SHIFT));

Completed in 5 milliseconds