Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c2255 struct si_shader_selector *old_hw_vs, in si_update_clip_regs() argument
2261 (!old_hw_vs || in si_update_clip_regs()
2262 old_hw_vs->info.properties[TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION] != in si_update_clip_regs()
2264 old_hw_vs->pa_cl_vs_out_cntl != next_hw_vs->pa_cl_vs_out_cntl || in si_update_clip_regs()
2265 old_hw_vs->clipdist_mask != next_hw_vs->clipdist_mask || in si_update_clip_regs()
2266 old_hw_vs->culldist_mask != next_hw_vs->culldist_mask || in si_update_clip_regs()
2294 struct si_shader_selector *old_hw_vs = si_get_vs(sctx)->cso; in si_bind_vs_shader() local
2309 si_update_clip_regs(sctx, old_hw_vs, old_hw_vs_variant, in si_bind_vs_shader()
2329 struct si_shader_selector *old_hw_vs = si_get_vs(sctx)->cso; in si_bind_gs_shader() local
2352 si_update_clip_regs(sctx, old_hw_vs, old_hw_vs_variant, in si_bind_gs_shader()
[all …]