Searched defs:dfop (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_state.c95 int fop, dfop, dpop; local
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...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_state.c95 int fop, dfop, dpop; local
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...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state.c458 int dfop = i915_translate_stencil_op(depth_stencil->stencil[0].zfail_op); local
465 (dfop << S5_STENCIL_PASS_Z_FAIL_SHIFT) |
472 int dfop = i915_translate_stencil_op(depth_stencil->stencil[1].zfail_op); local
484 (dfop << BFO_STENCIL_PASS_Z_FAIL_SHIFT) |
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c458 int dfop = i915_translate_stencil_op(depth_stencil->stencil[0].zfail_op); local
465 (dfop << S5_STENCIL_PASS_Z_FAIL_SHIFT) |
472 int dfop = i915_translate_stencil_op(depth_stencil->stencil[1].zfail_op); local
484 (dfop << BFO_STENCIL_PASS_Z_FAIL_SHIFT) |

Completed in 217 milliseconds