Searched refs:STENCILOP_DECR (Results 1 – 13 of 13) sorted by relevance
107 return STENCILOP_DECR; in intel_translate_stencil_op()
126 fop = STENCILOP_DECR; in i830StencilOpSeparate()154 dfop = STENCILOP_DECR; in i830StencilOpSeparate()182 dpop = STENCILOP_DECR; in i830StencilOpSeparate()
378 #define STENCILOP_DECR 0x6 macro
104 return STENCILOP_DECR; in i915_translate_stencil_op()
942 #define STENCILOP_DECR 0x6 macro
111 STENCILOP_DECR, //!< Decrement with saturation. enumerator
154 …case STENCILOP_DECR: SAMPLE_REGISTER_SFAIL(de::clamp(stencilBufferValue-1, 0, (1<<numStencilBits)… in executeStencilSFail()342 …case STENCILOP_DECR: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, de::clamp(stencilBufferValue-1, … in executeStencilDpFailAndPass()
176 return STENCILOP_DECR; in swr_convert_stencil_op()
241 case GL_DECR: return rr::STENCILOP_DECR; in mapGLStencilOp()
65 case STENCILOP_DECR: in StencilOp()
448 STENCILOP_DECR, enumerator
135 case VK_STENCIL_OP_DECREMENT_AND_CLAMP: return rr::STENCILOP_DECR; in mapVkStencilOp()
658 [VK_STENCIL_OP_DECREMENT_AND_WRAP] = STENCILOP_DECR,