Home
last modified time | relevance | path

Searched refs:old_sel (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c2410 struct si_shader_selector *old_sel = sctx->ps_shader.cso; in si_bind_ps_shader() local
2414 if (old_sel == sel) in si_bind_ps_shader()
2425 if (!old_sel || in si_bind_ps_shader()
2426 old_sel->info.colors_written != sel->info.colors_written) in si_bind_ps_shader()
2430 (!old_sel || in si_bind_ps_shader()
2431 old_sel->info.writes_memory != sel->info.writes_memory || in si_bind_ps_shader()
2432 old_sel->info.properties[TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL] != in si_bind_ps_shader()