Searched refs:old_sel (Results 1 – 1 of 1) sorted by relevance
3384 struct si_shader_selector *old_sel = sctx->shader.ps.cso; in si_bind_ps_shader() local3388 if (old_sel == sel) in si_bind_ps_shader()3399 if (!old_sel || old_sel->info.colors_written != sel->info.colors_written) in si_bind_ps_shader()3403 (!old_sel || old_sel->info.base.writes_memory != sel->info.base.writes_memory || in si_bind_ps_shader()3404 old_sel->info.base.fs.early_fragment_tests != in si_bind_ps_shader()