| H A D | brw_state_upload.c | 628 struct brw_state_flags examined, prev; local in function:brw_upload_pipeline_state 629 memset(&examined, 0, sizeof(examined)); 638 accumulate_state(&examined, &atom->dirty); 641 * if (examined & generated) 645 assert(!check_state(&examined, &generated));
|