Searched refs:gs_max_vert_out (Results 1 – 2 of 2) sorted by relevance
90 ac_vgt_gs_mode(unsigned gs_max_vert_out, enum chip_class chip_class) in ac_vgt_gs_mode() argument94 if (gs_max_vert_out <= 128) { in ac_vgt_gs_mode()96 } else if (gs_max_vert_out <= 256) { in ac_vgt_gs_mode()98 } else if (gs_max_vert_out <= 512) { in ac_vgt_gs_mode()101 assert(gs_max_vert_out <= 1024); in ac_vgt_gs_mode()
41 ac_vgt_gs_mode(unsigned gs_max_vert_out, enum chip_class chip_class);