Lines Matching refs:dirty
91 uint64_t dirty = 0;
100 dirty |= old_vp->affected_states;
102 dirty |= ST_NEW_VERTEX_PROGRAM(st, new_vp);
107 dirty |= old_tcp->affected_states;
109 dirty |= new_tcp->affected_states;
114 dirty |= old_tep->affected_states;
116 dirty |= new_tep->affected_states;
121 dirty |= old_gp->affected_states;
123 dirty |= new_gp->affected_states;
128 dirty |= old_fp->affected_states;
130 dirty |= new_fp->affected_states;
145 dirty |= ST_NEW_VIEWPORT;
148 dirty |= ST_NEW_SCISSOR;
154 st->dirty |= ST_NEW_GS_CONSTANTS;
156 st->dirty |= ST_NEW_TES_CONSTANTS;
158 st->dirty |= ST_NEW_VS_CONSTANTS;
163 st->dirty |= dirty;
177 st->dirty |= ST_NEW_VERTEX_PROGRAM(st, vp);
184 st->dirty |= ST_NEW_RASTERIZER;
200 uint64_t dirty, pipeline_mask;
207 st->dirty |= ctx->NewDriverState & st->active_states & ST_ALL_STATES_MASK;
208 ctx->NewDriverState &= ~st->dirty;
256 st->dirty |= old_cp->affected_states;
258 st->dirty |= new_cp->affected_states;
278 dirty = st->dirty & pipeline_mask;
279 if (!dirty)
282 dirty_lo = dirty;
283 dirty_hi = dirty >> 32;
295 st->dirty &= ~pipeline_mask;