Lines Matching defs:stencil
918 * func or stencil operation, then we can't do any more EZ in
1276 if (v3d->zsa && job->zsbuf && v3d->zsa->base.stencil[0].enabled) {
1284 if (v3d->zsa->base.stencil[0].writemask ||
1285 v3d->zsa->base.stencil[1].writemask) {
1518 double depth, unsigned stencil)
1525 buffers, color, depth, stencil,
1536 double depth, unsigned stencil)
1548 /* GFXH-1461: If we were to emit a load of just depth or just stencil,
1633 job->clear_s = stencil;
1653 const union pipe_color_union *color, double depth, unsigned stencil)
1658 buffers &= ~v3d_tlb_clear(job, buffers, color, depth, stencil);
1661 v3d_draw_clear(v3d, buffers, color, depth, stencil);
1675 unsigned buffers, double depth, unsigned stencil,