Lines Matching defs:dirty
64 ctx->dirty |= ETNA_DIRTY_STENCIL_REF;
79 ctx->dirty |= ETNA_DIRTY_SAMPLE_MASK;
109 ctx->dirty |= ETNA_DIRTY_CONSTBUF;
382 ctx->dirty |= ETNA_DIRTY_FRAMEBUFFER | ETNA_DIRTY_DERIVE_TS;
401 ctx->dirty |= ETNA_DIRTY_SCISSOR;
442 ctx->dirty |= ETNA_DIRTY_VIEWPORT;
477 ctx->dirty |= ETNA_DIRTY_VERTEX_BUFFERS;
486 ctx->dirty |= ETNA_DIRTY_BLEND;
501 ctx->dirty |= ETNA_DIRTY_RASTERIZER;
516 ctx->dirty |= ETNA_DIRTY_ZSA;
632 ctx->dirty |= ETNA_DIRTY_VERTEX_ELEMENTS;
669 (ctx->dirty & ETNA_DIRTY_FRAMEBUFFER)) {
671 ctx->dirty |= ETNA_DIRTY_TS;
674 ctx->dirty &= ~ETNA_DIRTY_DERIVE_TS;
704 ctx->dirty |= ETNA_DIRTY_SCISSOR_CLIP;
780 ctx->dirty |= ETNA_DIRTY_ZSA;
811 uint32_t dirty;
847 if (ctx->dirty & etna_state_updates[i].dirty)