Searched refs:gs_max_vert_out (Results 1 – 2 of 2) sorted by relevance
86 uint32_t ac_vgt_gs_mode(unsigned gs_max_vert_out, enum chip_class chip_class) in ac_vgt_gs_mode() argument90 if (gs_max_vert_out <= 128) { in ac_vgt_gs_mode()92 } else if (gs_max_vert_out <= 256) { in ac_vgt_gs_mode()94 } else if (gs_max_vert_out <= 512) { in ac_vgt_gs_mode()97 assert(gs_max_vert_out <= 1024); in ac_vgt_gs_mode()
85 uint32_t ac_vgt_gs_mode(unsigned gs_max_vert_out, enum chip_class chip_class);