Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c2257 struct si_shader_selector *next_hw_vs, in si_update_clip_regs() argument
2260 if (next_hw_vs && in si_update_clip_regs()
2263 next_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()