HomeSort by relevance Sort by last modified time
    Searched refs:dfop (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_state.c 95 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 = STENCILOP_INVERT
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 95 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 = STENCILOP_INVERT
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state.c 458 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) |
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 458 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) |
    [all...]

Completed in 1090 milliseconds