Searched refs:dfop (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
103 dfop = 0;
136 dfop = STENCILOP_KEEP;
139 dfop = STENCILOP_ZERO;
142 dfop = STENCILOP_REPLACE;
145 dfop = STENCILOP_INCRSAT;
148 dfop = STENCILOP_DECRSAT;
151 dfop = STENCILOP_INCR;
154 dfop = STENCILOP_DECR;
157 dfop
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di830_state.c95 int fop, dfop, dpop; local in function:i830StencilOpSeparate
103 dfop = 0;
136 dfop = STENCILOP_KEEP;
139 dfop = STENCILOP_ZERO;
142 dfop = STENCILOP_REPLACE;
145 dfop = STENCILOP_INCRSAT;
148 dfop = STENCILOP_DECRSAT;
151 dfop = STENCILOP_INCR;
154 dfop = STENCILOP_DECR;
157 dfop
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state.c481 int dfop = i915_translate_stencil_op(depth_stencil->stencil[0].zfail_op); local in function:i915_create_depth_stencil_state
488 (dfop << S5_STENCIL_PASS_Z_FAIL_SHIFT) |
495 int dfop = i915_translate_stencil_op(depth_stencil->stencil[1].zfail_op); local in function:i915_create_depth_stencil_state
507 (dfop << BFO_STENCIL_PASS_Z_FAIL_SHIFT) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state.c405 int dfop = i915_translate_stencil_op(stencil->zfail_op); local in function:i915_get_lis5_stencil
411 (dfop << S5_STENCIL_PASS_Z_FAIL_SHIFT) |
420 int dfop = i915_translate_stencil_op(stencil->zfail_op); local in function:i915_get_bfo
427 (dfop << BFO_STENCIL_PASS_Z_FAIL_SHIFT) |

Completed in 6 milliseconds