Lines Matching defs:depth
72 /* storing packed d/s depth also stores stencil, so we need
92 /* storing packed d/s stencil also stores depth, so we need
93 * the depth restored too to avoid invalidating it.
404 * the depth buffer, etc)
435 const union pipe_color_union *color, double depth,
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);