Home
last modified time | relevance | path

Searched refs:dfop (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c95 int fop, dfop, dpop; in i830StencilOpSeparate() local
103 dfop = 0; in i830StencilOpSeparate()
136 dfop = STENCILOP_KEEP; in i830StencilOpSeparate()
139 dfop = STENCILOP_ZERO; in i830StencilOpSeparate()
142 dfop = STENCILOP_REPLACE; in i830StencilOpSeparate()
145 dfop = STENCILOP_INCRSAT; in i830StencilOpSeparate()
148 dfop = STENCILOP_DECRSAT; in i830StencilOpSeparate()
151 dfop = STENCILOP_INCR; in i830StencilOpSeparate()
154 dfop = STENCILOP_DECR; in i830StencilOpSeparate()
157 dfop = STENCILOP_INVERT; in i830StencilOpSeparate()
[all …]
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c481 int dfop = i915_translate_stencil_op(depth_stencil->stencil[0].zfail_op); in i915_create_depth_stencil_state() local
488 (dfop << S5_STENCIL_PASS_Z_FAIL_SHIFT) | in i915_create_depth_stencil_state()
495 int dfop = i915_translate_stencil_op(depth_stencil->stencil[1].zfail_op); in i915_create_depth_stencil_state() local
507 (dfop << BFO_STENCIL_PASS_Z_FAIL_SHIFT) | in i915_create_depth_stencil_state()