Lines Matching defs:stencil
72 /* storing packed d/s depth also stores stencil, so we need
73 * the stencil restored too to avoid invalidating it.
92 /* storing packed d/s stencil also stores depth, so we need
436 unsigned stencil) in_dt
466 DBG("%p: %x %ux%u depth=%f, stencil=%u (%s/%s)", batch, buffers, pfb->width,
467 pfb->height, depth, stencil,
479 if (ctx->clear(ctx, buffers, color, depth, stencil)) {
492 fd_blitter_clear(pctx, buffers, color, depth, stencil);
511 unsigned buffers, double depth, unsigned stencil,
515 DBG("TODO: buffers=%u, depth=%f, stencil=%u, x=%u, y=%u, w=%u, h=%u",
516 buffers, depth, stencil, x, y, w, h);