Home | History | Annotate | Download | only in i965

Lines Matching refs:brw_state_flags

293 static GLuint check_state( const struct brw_state_flags *a,
294 const struct brw_state_flags *b )
301 static void accumulate_state( struct brw_state_flags *a,
302 const struct brw_state_flags *b )
310 static void xor_states( struct brw_state_flags *result,
311 const struct brw_state_flags *a,
312 const struct brw_state_flags *b )
439 struct brw_state_flags *state = &brw->state.dirty;
472 struct brw_state_flags examined, prev;
478 struct brw_state_flags generated;