Searched refs:STENCILOP_INVERT (Results 1 – 10 of 10) sorted by relevance
105 return STENCILOP_INVERT; in i915_translate_stencil_op()
909 #define STENCILOP_INVERT 0x7 macro
114 STENCILOP_INVERT, enumerator
157 …case STENCILOP_INVERT: SAMPLE_REGISTER_SFAIL((~stencilBufferValue) & ((1<<numStencilBits) - 1)) … in executeStencilSFail()345 …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()
959 [VK_STENCIL_OP_INVERT] = STENCILOP_INVERT,
180 PIPE_ASSERT(PIPE_STENCIL_OP_INVERT == STENCILOP_INVERT); in pipe_asserts()
179 PIPE_ASSERT(PIPE_STENCIL_OP_INVERT == STENCILOP_INVERT); in pipe_asserts()