Lines Matching defs:enabled
65 /* Is any depth, stencil, or alpha testing enabled? */
66 bool enabled;
266 /* Using an empty FS requires early-z to be enabled, but alpha test
280 * TODO: Predicate on Z/S writes being enabled */
323 * equivalently, all enabled render targets have alpha_one_store set. Likewise,
325 * equivalently, all enabled render targets have alpha_zero_nop set.
335 bool enabled = ctx->pipe_framebuffer.cbufs[i] && info.no_colour;
338 if (enabled && !flag)
562 bool force_ez_with_discard = !zsa->enabled && !has_oq;
634 bool back_enab = zsa->base.stencil[1].enabled;
814 bool back_enab = zsa->base.stencil[1].enabled;
1997 * is enabled. Otherwise single record is gauranteed.
1999 * is enabled or images are present, this can be improved. */
3590 * are enabled (specified in the rasterizer), we may need to rebind
4316 if (zsa->stencil[0].enabled && zsa->stencil[0].func != PIPE_FUNC_ALWAYS)
4319 if (zsa->stencil[1].enabled && zsa->stencil[1].func != PIPE_FUNC_ALWAYS)
4334 zsa->stencil[1].enabled ? zsa->stencil[1] : front;
4352 cfg.stencil_enable = front.enabled;
4377 cfg.stencil_test_enable = front.enabled;
4388 so->enabled = zsa->stencil[0].enabled ||