Lines Matching refs:zs
310 clear->zs.depth = depth;
312 clear->zs.stencil = stencil;
313 clear->zs.bits |= (buffers & PIPE_CLEAR_DEPTHSTENCIL);
399 /* zs bits are both set here if those aspects should be cleared at some point */
403 clear_bits |= zsclear->zs.bits;
408 zsclear ? zsclear->zs.depth : 0,
409 zsclear ? zsclear->zs.stencil : 0);
414 zink_clear(&ctx->base, clear->zs.bits,
417 clear->zs.depth,
418 clear->zs.stencil);