Searched refs:STENCILOP_INVERT (Results 1 – 11 of 11) sorted by relevance
110 return STENCILOP_INVERT; in intel_translate_stencil_op()
129 fop = STENCILOP_INVERT; in i830StencilOpSeparate()157 dfop = STENCILOP_INVERT; in i830StencilOpSeparate()185 dpop = STENCILOP_INVERT; in i830StencilOpSeparate()
531 #define STENCILOP_INVERT 0x7 macro
106 return STENCILOP_INVERT; in i915_translate_stencil_op()
943 #define STENCILOP_INVERT 0x7 macro
103 STENCILOP_INVERT, enumerator
157 …case STENCILOP_INVERT: SAMPLE_REGISTER_SFAIL((~stencilBufferValue) & ((1<<numStencilBits) - 1)) … in executeStencilSFail()291 …case STENCILOP_INVERT: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, (~stencilBufferValue) & ((1<<n… in executeStencilDpFailAndPass()
244 case GL_INVERT: return rr::STENCILOP_INVERT; in mapGLStencilOp()
136 case VK_STENCIL_OP_INVERT: return rr::STENCILOP_INVERT; in mapVkStencilOp()