Searched refs:STENCILOP_INVERT (Results 1 – 13 of 13) sorted by relevance
109 return STENCILOP_INVERT; in intel_translate_stencil_op()
389 #define STENCILOP_INVERT 0x7 macro
129 fop = STENCILOP_INVERT; in i830StencilOpSeparate()157 dfop = STENCILOP_INVERT; in i830StencilOpSeparate()185 dpop = STENCILOP_INVERT; in i830StencilOpSeparate()
106 return STENCILOP_INVERT; in i915_translate_stencil_op()
943 #define STENCILOP_INVERT 0x7 macro
114 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()
163 return STENCILOP_INVERT; in swr_convert_stencil_op()
244 case GL_INVERT: return rr::STENCILOP_INVERT; in mapGLStencilOp()
71 case STENCILOP_INVERT: in StencilOp()
416 STENCILOP_INVERT enumerator
136 case VK_STENCIL_OP_INVERT: return rr::STENCILOP_INVERT; in mapVkStencilOp()
632 [VK_STENCIL_OP_INVERT] = STENCILOP_INVERT,