Home | History | Annotate | Download | only in pixelflinger2

Lines Matching refs:frontStencil

493       if (gglCtx->frontStencil.ref == gglCtx->backStencil.ref)
494 sRef = builder.getInt8(gglCtx->frontStencil.ref);
497 if (gglCtx->frontStencil.mask == gglCtx->backStencil.mask)
498 sMask = builder.getInt8(gglCtx->frontStencil.mask);
501 if (gglCtx->frontStencil.func == gglCtx->backStencil.func)
502 sFunc = builder.getInt8(gglCtx->frontStencil.func);
553 if (gglCtx->frontStencil.func != gglCtx->backStencil.func)
556 StencilFunc(builder, gglCtx->frontStencil.func, s, sRef, sCmpPtr);
558 if (gglCtx->frontStencil.func != gglCtx->backStencil.func) {
659 builder.CreateStore(StencilOp(builder, sFace, gglCtx->frontStencil.dPass,
665 builder.CreateStore(StencilOp(builder, sFace, gglCtx->frontStencil.dFail,
671 builder.CreateStore(StencilOp(builder, sFace, gglCtx->frontStencil.sFail,